First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Web application architecture (subdomain vs. subdirectory)
On Wed, 2010-08-25 at 13:45 -0500, Tim Martens wrote: Hi Everyone, New to the list. Hello! I'm in the customer discovery phase for a Health IT web application concept I have. My programmer is new to web apps, but not to programming and is set up with LAM(PHP). We're still debating weather to us... 19 Sep 2010 18:39
Web application architecture (subdomain vs. sub directory)
Hi Everyone, New to the list. Hello! I'm in the customer discovery phase for a Health IT web application concept I have. My programmer is new to web apps, but not to programming and is set up with LAM(PHP). We're still debating weather to use a framework or to go with Rasmus's "no framework framework" approach... 19 Sep 2010 18:39
Unstoppable Script Execution
Ok, this is my first post here. I have been writing in PHP for about 7 years or so now, I am not an expert, but I do pretend to be one :P ANYWAY, my client and I have been working on a strange issue that I cannot seem to pin point, or replicate, not to mention, it has no rhyme or reason for it to happen except i... 19 Sep 2010 18:38
Odd crash.
Hi. I'm getting an odd crash using php 5.3.4-dev (own build). The following code is a reduced example from code that works quite happily on PHP 5.3.3 (official build). <?php // The string literal on the following line is a single byte character of 0x00 in single quotes. echo ord(' '); ?> On my build, if I use ... ... 19 Sep 2010 18:38
two questions on serverside validation
Hello, I've got two questions. I'm having to redo my form. Can you tell me the difference if any between these two lines of code? This is for output filtering. <textarea name="description"> <?php echo htmlout("$description"); ?></textarea> <textarea name="description"><?php echo htmlout($description); ?> </texta... 19 Sep 2010 18:39
strtotime()
On my home machine running 5.3.2-2 in debian linux the commands: echo date('Y-m-d',strtotime('first day of this month')).'<br/>'; echo date('Y-m-d',strtotime('last day of next month')); give the expected results. I just got setup with a hosting provider running 5.2.13 on BSD and both give '1969-12-31'. Wh... 19 Sep 2010 18:38
google maps API
Hello, Has anyone worked with the google maps API to put a map on their site? If so, please contact me offlist i need to get it going. Thanks. Dave. ... 19 Sep 2010 18:38
xml/cap problems
I am trying to decode and encode nws compatible cap xml. An example is at the bottom of this post. simplexml_load_file works fine if "cap:" is removed before processing. However, if it is not simplexml_load_file does not parse the file at all and libxml_get_errors returns no errors. Any and all help is appre... 19 Sep 2010 18:38
fsockopen with ADH cipher
Hello, I've scoured the net and it appears I may be out of luck. Is it possible to change the cipher fsockopen uses for SSL? I have a remote socket that uses ADH which I can connect to fine with the openssl client. CONNECTED(00000003) --- no peer certificate available --- No client certificate CA names s... 19 Sep 2010 18:38
error_log file error reporting level
Hello, [ Question ] How do I force error_log to log only errors specified in the error_reporting directive? Is it even possible or did I get something wrong? I have one old script which uses ereg and the awesome size of the error log is getting on my nerves. [ Current ini config ] error_reporting = E_ALL &... 19 Sep 2010 18:39
First  |  Prev |  Next  |  Last
Pages: 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25