Per Jessen wrote:
> Török Alpár wrote:
>
>> as i said it's hate here, and i might be wrong but consider the
>> following :
>>
>> for($icount=0;$icount<11;$icount++)
>> {
>> $iPid = pcntl_fork();
>> $iChildrenCount = 0;
>> if ($iPid == 0)
>> {
>> // child
>> echo ("child $icou
help, when I include
the XSLTProcessor only strips the XML tags and outputs the text see result
--cut here result--
Hyalearl, 100-ton Sulieman-Class Scout/Courier
2008
03
10
All rights reserved 2008
Onno Meyer
n...@none.com
10
Traveller
1.0
-
: Monday, 16 February, 2009 9:41:46 PM
Subject: [PHP] Re: XSLTProcessor help
'Twas brillig, and Tom Sparks at 16/02/09 10:49 did gyre and gimble:
> help, when I include
> the XSLTProcessor only strips the XML tags and outputs the text see result
>
> -
nts.html
From: Siegfried Gipp
To: php-general@lists.php.net
Sent: Tuesday, 17 February, 2009 10:12:11 PM
Subject: Re: [PHP] XSLTProcessor help
On Monday, 16. February 2009 11:49:23 Tom Sparks wrote:
> help, when I include
> the XSLTProcessor only strips the XML ta
- Original Message
From: Colin Guthrie
Sent: Wednesday, 18 February, 2009 3:40:41 AM
'Twas brillig, and Tom Sparks at 17/02/09 15:17 did gyre and gimble:
> I have stopped XSLT from rendering out all the text
> but I am no further a long getting XSL stylescript to work
&g
is there a php Fop (XSLFO)?
if not are there any that are not java based and can be run o a website that
has php support only?
tom_a_sparks
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
Stay connected to the people th
Do any experienced PHP programmers in London fancy helping me improve my
PHP?
I'd like to know where my code could be improved and to be shown how an
experienced programmer would approach a new site.
I'd rather pay the right person a high amount than find someone cheap!
Thanks,
Tom
P
2009/3/13 Robert Cummings
> On Fri, 2009-03-13 at 17:16 +0000, Tom Chubb wrote:
> > Do any experienced PHP programmers in London fancy helping me improve my
> > PHP?
> > I'd like to know where my code could be improved and to be shown how an
> > experienced prog
characters when viewing the html source, not
in the output of the html in the browser.
- Tom Friedhof
On Fri, Mar 20, 2009 at 5:01 PM, revDAVE wrote:
> On 3/20/2009 2:37 PM, "kirk.john...@zootweb.com" >
> wrote:
>
> > revDAVE wrote on 03/20/2009 03:11:00 PM:
> &g
27;re better at googling an
answer than i am. assume mbstring is available.
tia
tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 3/23/09 2:02 PM, "Tom Worster" wrote:
> i havea general replacement or workaround for every php function in my code
> that i know to be utf-8-unsafe. except one: strtr().
strtr() with three parameters is certainly unsafe. but my tests are showing
that it may be ok with two p
On 3/24/09 7:14 AM, "Toke Herkild" wrote:
> I've an array() with approx 1200 items (list of id-mappings) that part
> works fine.
>
> Now I want to add this list to a query:
> $where = "id in (".$idList.")";
>
> To accomplish that i do an implode:
> $idList = implode(',', $TidList);
>
> My prob
On 3/24/09 8:58 AM, "Per Jessen" wrote:
> I can't reproduce that behaviour - I tried with ascii ('klop') and utf8
> ('Köhler') text.
neither can i. if the mail systems don't screw it up, here's my test
strings:
$strs = array(
'Iñtërnâtiônàlizætiøn',
'החמאס: רוצים להשלים את
On 3/24/09 9:15 AM, "Per Jessen" wrote:
> TG wrote:
>
>> I don't think that would be a problem, the size of the array. I've
>> used implode at least once or twice on fairly large arrays. More
>> likely is something weird with your data.
>
> Yeah, like the odd backspace or carriage return perh
On 3/24/09 9:25 AM, "Andrea Giammarchi" wrote:
>
> Dunno why you guys started talk about utf-8 problems, he has a list of ids
> which should contain only unsigned integers, otherwise I do not get how that
> query could work with an implode(',', $whatever) rather than 'id in
> ("'.implode('","',
wiki somewhere?
On 3/25/09 6:32 AM, "Nisse Engström" wrote:
> On Tue, 24 Mar 2009 08:15:35 -0400, Tom Worster wrote:
>
>> On 3/23/09 2:02 PM, "Tom Worster" wrote:
>>
>>> i havea general replacement or workaround for every php function in my code
&
On 3/26/09 11:36 AM, "Nisse Engström" wrote:
> On Wed, 25 Mar 2009 11:32:42 +0100, Nisse Engström wrote:
>
>> On Tue, 24 Mar 2009 08:15:35 -0400, Tom Worster wrote:
>>
>>> strtr() with three parameters is certainly unsafe. but my tests are showing
>>
the article at http://devlog.info/2008/08/24/php-and-unicode-utf-8, among
other web pages, suggests checking for valid utf-8 string encoding using
(strlen($str) && !preg_match('/^.{1}/us', $str)). however, another article,
http://www.phpwact.org/php/i18n/charsets, says this cannot be trusted. i
wor
On 3/27/09 5:39 PM, "Mary Anderson" wrote:
> Hi all,
> I use session variables to store values from one page to another on
> my website.
> Alas, sometimes, but not always, the values persist from one
> invocation of the script to another!
> Just how, exactly, do I make them go away wh
there are shared-host that have ffmpeg
like http://www.cirtexhosting.com/shared.shtml
tom_a_sparks
Please avoid sending me Word or PowerPoint attachments.
but instead use OpenDocument File Formats or
use OpenOffice
http://en.wikipedia.org/wiki/OpenDocument
http://en.wikipedia.org/wiki/OpenOffi
upgrading to 5.2.9 on freebsd using the ports, the question was asked:
Use BUNDLED_PCRE (Select if you use apache 2.0.x) - Y/N?
i use apache 2.2.x so i'd guess the answer would be no. but i'm not sure.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.n
On 4/12/09 10:23 AM, "Ron Piggott" wrote:
> How do I know when to use $_GET verses $_POST?
i use GET when i want the user to be able to email the link to someone,
mention it on a blog or bookmark it and it will always yield the same page.
i use POST if submitting the form causes any change in t
On 4/13/09 6:47 PM, "Michael A. Peters" wrote:
> For me the biggest advantage of post is the URLs aren't ugly.
> For cases where get with a variable in the URL is useful (IE
> product=BluePhone) - I prefer to handle that via mod_rewrite.
>
> The requests get handled by generic.php and generic.ph
how do I get the creation dates on a file?
how do I get the last access date on a file?
tom_a_sparks
Please avoid sending me Word or PowerPoint attachments.
but instead use OpenDocument File Formats or
use OpenOffice
http://en.wikipedia.org/wiki/OpenDocument
http://en.wikipedia.org/wiki/OpenOf
recognises this, is it from a
thirdparty templating tool at all?
Thanks
-Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2009/4/17 Jay Blanchard
> [snip]
> I was thinking that you create a form with one input box, which would
> insert
> into the search box for the lmgtfy link. One of the questions I have is
> how
> would I convert or insert a + sign in between the search words.
>
> For example, if I created the in
#1 doesn't work, #2 does.
GL> Thanks!
GL> George Langley Multimedia Developer Audio/Video Editor
GL> Musician, Arranger, Composer www.georgelangley.ca
GL> "Too many choices, too little sleep."
Use brackets to make them the same:
if(!($var1 == $var2)) {
--
reg
On 4/27/09 9:55 AM, "PJ" wrote:
> Since I have to use a number of Western languages that have those
> annoying accents on many characters, I am already finding some
> annoyances in my code results; like having to enter the á type of
> stuff in inputs for searches & queries.
the sooner you quit t
On 4/27/09 11:17 AM, "PJ" wrote:
> phpMyAdmin: in the structure view of the db show Collation as
> latin_swedish_ci ???
maybe a phpmyadmin feature? check it with the mysql client. when i did the
conversion* it came out looking just right in phpmyadmin.
*i followed instrunctions here:
http://dev
On 4/27/09 4:25 PM, "PJ" wrote:
> Exactly what are the advantages of using utf-8? How will it solve my
> problem?
actually, i have no idea because i have no idea what problem you are trying
to solve and i apologize for presumptuous. i presumed that you have a php
app with a bunch of data in mysq
On 4/27/09 3:57 PM, "9el" wrote:
> Hey Tom Also share your findings plz :)
to deal with the formatting i put it on wordpress:
http://thefsb.wordpress.com/2009/04/27/converting-phpmysqlapache-app-from-la
tin-1-to-utf-8/
--
PHP General Mailing List (http://www.php.net/)
To unsub
On 4/28/09 4:05 PM, "Reese" wrote:
> Granted, this isn't a PHP question but I'm curious, how does UTF-8 solve
> this display issue?
if we're talking about web browsers, they are quite good at automatically
choosing fonts that can display the unicode characters it finds in a page.
--
PHP Gene
On 4/29/09 6:52 PM, "Reese" wrote:
> Tom Worster wrote:
>> On 4/28/09 4:05 PM, "Reese" wrote:
>>
>>> Granted, this isn't a PHP question but I'm curious, how does UTF-8 solve
>>> this display issue?
>>
>> if we'
is there a neat literal syntax for creating objects on the fly without
defining a type?
whenever i need to do it i do something like
$x = (object) array('a'=>1, 'b'=>3, ...);
which works but isn't very lovely. it's neater in, for example, javascript.
--
PHP General Mailing List (http://w
On 4/30/09 6:15 PM, "Reese" wrote:
> Tom Worster wrote:
>
>> why use SGML character entity references in a utf-8 file or stream? can't
>> you just put the character in the file?
>
> Because, I thought, HTML files were basically just text files with
>
On 5/1/09 4:54 AM, "Richard Heyes" wrote:
> Hi,
>
>> $x = (object) array('a'=>1, 'b'=>3, ...);
>>
>> which works but isn't very lovely. it's neater in, for example, javascript.
>
> Well, you could wrap it up in a function to make it a bit lovelier. Eg:
>
> $foo = createObject(array('key' =
On 5/2/09 6:45 AM, "Robert Cummings" wrote:
> It's not what I want, I'm not the original poster.
as op, i think i'm going to stick with the cast. but it's been an
interesting thread and i learned some useful things.
> Regardless though, it
> comes down to the preference of the developer. It ca
i've an outstanding verification to do for a php bug fix. can anyone point
me at instructions for compiling the latest csv snapshot for testing on os-x
without installing over my current installed php?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
On 5/4/09 2:52 AM, "Michael A. Peters" wrote:
> Tom Worster wrote:
>> i've an outstanding verification to do for a php bug fix. can anyone point
>> me at instructions for compiling the latest csv snapshot for testing on os-x
>> without installing over my curr
On 5/5/09 9:49 AM, "tedd" wrote:
> In my opinion, whenever your choices exceed two, use switch.
ick!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
re do this kind of thing routinely and
have their own habits and solutions. i'd be curious what they are. please
let us know!
i guess i ought to go first. it's fugly but it works:
$once = true;
while ( $once ) {
$once = false;
stuff using break where needed ...
}
tom
--
PHP
On 5/5/09 1:41 PM, "Bastien Koert" wrote:
> On Tue, May 5, 2009 at 1:20 PM, revDAVE wrote:
>
>> And got this code below going, but I'll bet I need a bit more - like adding
>> authentication - smtp - port - sending user / pass etc.
>>
>> Any hints how to get this to the next level?
>>
> use p
On 5/5/09 2:07 PM, "revDAVE" wrote:
> I'm working with php 5 so is the 1.2.0b1 (beta) safe to use or should I go
> with the older stable 1.1.14?
i don't know if the beta is safe but i always use the most recent stable
release of whatever-it-may-be unless i have a compelling reason to use a
beta
On 5/5/09 4:42 PM, "Richard S. Crawford" wrote:
> On Tue, May 5, 2009 at 1:34 PM, PJ wrote:
>> I'm coming up with a bit of a quandry: how to enter and retrieve an
>> identical book title with different authors.
>> It is rather unbelievable what contortions one finds as authors :-(
>> like editor
On 5/6/09 7:05 AM, "Robert Cummings" wrote:
> That seems like an abuse of exceptions. But then we're already abusing
> loops. I just don't think one could say it's the proper way to do it :)
i don't have a lot of interest in "the proper way" to do things. i'm
interested in how other programmers
On 5/6/09 6:56 AM, "Marcus Gnaß" wrote:
> Tom Worster wrote:
>> there's a control structure i wish php had: a simple block that you can
>> break out of, e.g.
>
> As Maarten pointed out you could use a function. Another alternative is
> to use Exceptions w
On 5/5/09 8:55 PM, "Clancy" wrote:
> On Tue, 05 May 2009 14:13:23 -0400, rob...@interjinn.com (Robert Cummings)
> wrote:
>
>> On Tue, 2009-05-05 at 13:56 -0400, Tom Worster wrote:
>>> there's a control structure i wish php had: a simple block that yo
On 5/6/09 8:55 AM, "Per Jessen" wrote:
> Shawn McKenzie already posted the right solution - did you miss it?
no, per, i didn't. i like do {} while (0) very much. thanks, shawn!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/6/09 9:31 PM, "Clancy" wrote:
> I can understand your reluctance to disregard your mother's advice, but
> unfortunately she
> had been brainwashed to accept the dogma of the day.
actually, i don't believe so. she did numerical work so she continued using
fortran and therefore gotos for the
On 5/6/09 4:02 PM, "Al" wrote:
> Here's the way I handle validating user form inputs. Each function validates
> several things and throws an error with the message stating what's wrong.
>
> try
> {
> checkEmailAddr($userSubmitedDataArray[EMAIL_ADDR_FIELD]);
>
On 5/8/09 11:09 AM, "phphelp -- kbk" wrote:
> Just something I'm curious about: When I run PHP on my development
> box (W2K), I just get one session file per connection which gets
> deleted (usually) after the session expires.
>
> When I look at the session files on the client server (linux/apac
On 5/11/09 11:58 AM, "Thodoris" wrote:
>
>> On 11 May 2009 at 18:25, Thodoris wrote:
>>
>>
>>> Hi gang,
>>> I am using phpmailer to send some mail notifications in an intranet
>>> I've made. This is a sample code:
>>>
>>
>>
>>> $e->Subject = "This is δφκξγκδφη garbidge κηδφκξγσ"
On 5/14/09 2:52 PM, "Shawn McKenzie" wrote:
> PJ wrote:
>> I'm a bit fuzzy on the relationship between the and the HTML code.
>> Where should the php code be placed in a page so that execution is
>> carried out smoothly? So far, my coding has managed to avoid horrendous
>> snags; but as I delve
On 5/15/09 1:25 PM, "PJ" wrote:
> I know of no better place to ask. This may not be strictly a PHP issue,
> but...
> I am busting my hump trying to format rather large input pages with CSS
> and trying to avoid tables; but it looks to me like I am wasting my time
> as positioning with CSS seems a
On 5/15/09 10:12 AM, "Stuart" wrote:
> What's your problem with using nl2br?
it's not multibyte safe. if you're using mb strings, e.g. for utf8 pages and
forms, then use preg_replace (with the u modifier) instead of ml2br
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visi
imagine writing a script to run as a daemon reading data off the bottom of a
log file that gets updated every few minutes and processing each new log
line as they arrive.
i could exec("tail $logfile", $lines, $status) every now and then. or poll
the file mtime and run exec("tail $logfile", $lines,
On 5/16/09 3:55 AM, "Per Jessen" wrote:
> Tom Worster wrote:
>
>> imagine writing a script to run as a daemon reading data off the
>> bottom of a log file that gets updated every few minutes and
>> processing each new log line as they arrive.
>>
>>
On 5/15/09 6:28 PM, "Nathan Rixham" wrote:
> so ultimately i guess it's a case of 3 cheers and a round of applause
> for anybody who's thus far managed to create a website that works and
> that the client likes!
agreed. but lets hope some of the users like it too.
i think of all the web sites t
On 5/16/09 2:25 AM, "Paul M Foster" wrote:
> I liken this sort of discussion to the dichotomy between movie critics
> and people who actually go and see movies. The critics inevitably have
> all sorts of snobby things to say about the movies which are best
> attended. I'm not sure why anyone list
On 5/20/09 6:50 AM, "Ford, Mike" wrote:
> Humph! Yes, ok, I concede this point. I also bow to Daniele's need to
> process forms designed by someone else with (not-PHP) in mind. Actually,
> I can see the validity of both sides of the argument, and I teeter on
> the fence as to whether the [] meth
On 5/21/09 3:05 AM, "Ashley Sheridan" wrote:
> I'm advocating tables on this one, as it is pretty much tabular data.
i too would put a table of product data in an html table.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/21/09 5:06 AM, "O. Lavell" wrote:
> Jim Lucas wrote:
>
>> Since this has been a topic of dicussion, I figured I would add my
>> thoughts.
>>
>> I have been toying with the idea of doing a -less layouts
>> involving tabular data, calendars, etc...
>
> Why?
it's a zen practice.
--
PHP
this reminds me of the classic line in "Real Programmers Don't Use Pascal":
"Besides, the determined Real Programmer can write Fortran programs in any
language."
On 5/21/09 4:02 AM, "Jim Lucas" wrote:
> Since this has been a topic of dicussion, I figured I would add my thoughts.
>
> I have be
--
Tom Merriam
Cell: 512.639.5589 Home: 512.869.6401
twmerr...@gmail.com
"Sometimes I'm the windshield and sometimes I'm the bug"
Ha ha! Love that!
On 5/23/09 6:21 PM, "Nathan Rixham" wrote:
> Just a quick one, can anybody recommend any decent templating engines
> other than smarty.
i started using phplib template in 2002. since then i've never bothered to
revisit that choice. it may not qualify as an engine (all it does is juggle
files and
On 5/25/09 10:04 AM, "Stuart" wrote:
> Quick question, how would you implement the following using your
> XML-based template syntax...
>
> ...
>
> It's worth noting that I'm simply suggesting a different way of
> looking at the world. If you have a templating system you're happy
> with then f
On 5/25/09 8:48 PM, "Nathan Rixham" wrote:
> Sancar Saran wrote:
>> > $content = 'No Comments';
>> if(isset($comments) and is_array($comments) and count($comments) > 0 ) {
>> $content = '';
>> foreach( $comments as $index => $comment ) : $content. = "".$comment->title.""; endforeach;
>> }
>> ?>
>
thanks for taking the trouble to write your requirements. it made
interesting reading.
i've questions on three points below...
On 5/25/09 6:44 PM, "Nathan Rixham" wrote:
> XSL Templates are near perfect, built for the job, and very powerful -
> but time hasn't favoured them well; and until (if
On 5/26/09 4:11 PM, "Ashley Sheridan" wrote:
> I can't find anything that will repair a whole database, only individual
> tables. It's odd that you can't even connect to the database at all, :-/
isn't mysql_upgrade --force a script that effectively runs repair table on
all your databases and tab
thanks for the pointers on xsl. i'll take a look.
On 5/26/09 6:05 PM, "Nathan Rixham" wrote:
>> it seems you're saying that there would be some kind of an intermediate
>> level of data representation that a script can be invoked to produce from
>> which different templates can produce different
script?
alternatively the script could start another process, copy over whatever
data is needed and disconnect from it. but that has its overheads on the
server.
are the other possibilities?
tia
tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
at options are there for ending the http
transition and then continuing on to do the cache update work?
> -Original Message-
> From: Tom Worster [mailto:f...@thefsb.org]
> Sent: Wednesday, May 27, 2009 6:27 AM
> To: php-general@lists.php.net
> Subject: [PHP] continue working after
On 5/27/09 12:35 PM, "bruce" wrote:
> hi tom...
>
> if i understand your state diagram/workflow process. your server repsonds to
> the client request, with two actions...
>
> action 1) return data to client relatively fast
> action 2) insert the data into
On 5/27/09 10:33 AM, "David Otton" wrote:
> 2009/5/27 Tom Worster :
>
>> without getting into whether or not this cache design makes sense, my
>> question in this example is: what options are there for ending the http
>> transition and then continuing on to
On 5/27/09 12:07 PM, "LAMP" wrote:
> The problem is the confirmation emails and "reset password" emails are
> very often caught by email filter and finish in Spam/Junk folder, or
> even stopped by ISP. What am I doing wrong, or what to do to improve the
> code?
i've run into this. among many fa
guus, take a look at:
http://pear.php.net/manual/en/package.mail.mail-mime.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/28/09 3:20 AM, "Ashley Sheridan" wrote:
> Would setting up a backup MX record solve this do you think?
this is what the spf record is for.
http://en.wikipedia.org/wiki/Sender_Policy_Framework
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/u
On 5/28/09 10:15 AM, "Nitsan Bin-Nun" wrote:
> I have wrote a files-based php system which not requires any kind of
> database to work, it is based upon files and directories.
>
> I'm using scandir() to fetch the file names of a directory, when the files
> and the directories are in English ever
On 5/28/09 7:31 AM, "Julian Muscat Doublesin"
wrote:
> I had been programming in ASP.NET for years using Object Oriented
> Princeliness but decided to walk away from that. I am now researching and
> specialising in the open source world.
yay!
> I have started to develop a project using MySQL,
On 5/28/09 9:20 AM, "Olexandr Heneralov" wrote:
> I have a question for everyone:
> Can it happen so that PHP will be replaced with ASP.NET?
why you pry it out of my cold dead hand ;-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 5/28/09 1:19 PM, "Tom Worster" wrote:
> i suspect there will be serious dependency on os and file system.
i was unable to do anything with hebrew file or dir names on freebsd 7.1
with ufs. i even tried scping and tarring over the directory that worked on
os x.
--
PHP General
On 5/28/09 2:06 PM, "Nitsan Bin-Nun" wrote:
> i have tried this:
>
> >
>> $default_locale = setlocale(LC_ALL, 'en_US.UTF-8');
>> ini_set('default_charset', 'UTF-8' );
>>
>>
>> $_GET['folder'] =
>> preg_replace("/([\xE0-\xFA])/e","chr(215).chr(ord(\${1})-80)",$_GET['folder']
>> );
>>
>> $dirn
On 5/28/09 3:21 PM, "Nitsan Bin-Nun" wrote:
> That's the thing, I do NOT know the encoding of the GET parameters.
in which case that preg_replace is _extremely_ risky.
> They are not submitting any form, the request is made through a link (
> tag).
if you have control over the pages that incl
On 5/29/09 5:36 AM, "Merlin Morgenstern" wrote:
> Does somebody have an idea on how to make my function better in terms of
> not detecting the string inside a word?
i agree with per. learn pcre: http://us.php.net/manual/en/book.pcre.php
as for successfully filtering spam by keyword matching: go
On 5/28/09 2:06 PM, "Nitsan Bin-Nun" wrote:
> preg_replace("/([\xE0-\xFA])/e","chr(215).chr(ord(\${1})-80)",$s);
...
> The preg_replace() above convert the Hebrew chars into UTF8.
that preg_replace takes a byte string $s and:
- leaves bytes with value 0-127 intact
- converts bytes with value
On 6/1/09 6:43 AM, "Muhammad Hassan Samee" wrote:
> Anyone know whats the best way to learn PHP? Every time I open an php book
> or look the codes online, my mind goes "oh man, So many stuffs to learn and
> gets frustrated before i even start" but on the other hand, I don't know why
> some how th
assuming one had suitable hardware, what does it cost to start developing
for asp? i guess you'd need to buy a copy of some windows server for dev
test. what else?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2009/6/3 PJ :
> The code:
> ...snip
>
>
> accès client name="title" value="" size="10" />
> mot de passe
> value=" entrez " />
> Inscription
>
> snip...
>
> PROBLEM 1: On Firefox3, the first input (accès client) does not
2009/6/5 Leonard Burton
> HI All,
>
> Has anyone used Google Calendar (of course via PHP) to allow clients
> to schedule appointments from the business's webpage? If so, would
> you please tell me how you made it so it would only show the client
> times which were available and of course not lis
if the problem is due to flow control issues between the script and the
httpd server then perhaps changing the approach could help.
i quit using this approach of writing files to the php output buffer a
little while ago. it seemed that it was better to leave the flow control
issues entirely to apa
On 6/8/09 12:30 PM, "Kyle Terry" wrote:
> I don't mean to be the thread spirit killer, but I think another language
> would be better for this. Such as Python.
>
> PHP desktop apps might be fun to hack around with, but I wouldn't use it for
> a production application.
if there were a cocoa inte
On 6/8/09 4:26 PM, "Dee Ayy" wrote:
> Not as smooth as Xcode and Interface Builder eh?
no
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
what's a reliable way to detect that the sapi is cli, including in a
included scripts?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
say a table in the db has a varchar(255) column, 255 being the max number of
octets of strings that can go in the column. now say the php script very
occasionally has to deal with utf8 input strings with octet length > 255 --
it needs to select rows matching the input string or insert the input
str
27;t know about other dbms.
> On Fri, Jun 12, 2009 at 11:50 AM, Tom Worster wrote:
> say a table in the db has a varchar(255) column, 255 being the max number of
>> octets of strings that can go in the column. now say the php script very
>> occasionally has to deal with utf8 input st
On 6/12/09 11:50 AM, "Tom Worster" wrote:
> say a table in the db has a varchar(255) column, 255 being the max number of
> octets of strings that can go in the column. now say the php script very
> occasionally has to deal with utf8 input strings with octet length > 255 -
utf8 character sequences.
now i have to go back to the script that convinced me otherwise and figure
out what i misunderstood in it.
section 10.4.1 of the manual could be explicit about it. when i read it i
got the clear impression the parameter referred to octets.
On 6/12/09 1:22 PM, &quo
The first example here may help:
http://us3.php.net/manual/en/function.time.php
2009/6/16 Matthew Croud
> Hi Dajve and Tom,
>
> Thanks again, I totally didn't realise that this function is yet to be
> implemented in the mainstream PHP,
>
> So is there no function that exi
needed
try {
$info = $client->soapFunction($soapstruct);
echo "REQUEST:\n" . $client->__getLastRequest() . ""\n";
print_r($info);
} catch (SoapFault $e) {
echo "SOAP Fault: ".$e->getMessage()."\n";
echo "REQUEST:\n" . $client->__getLastRequest() . ""\n";
}
--
regards,
Tom
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
1101 - 1200 of 1845 matches
Mail list logo