First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Posting values of dynamically generated text fields at a time
> Hi is anybody there to help me out on this????? Hi all, I am new to PHP and JS. I am adding new text fields using javascript and I have to save the values of these fields in database in single row. So, how should I post these values? So that I can save them in the db. Additi... 14 Jul 2010 03:22
running out of memory processing result set on Linux,but not on Solaris
On Tue, 2010-07-13 at 14:22 -0600, Larry Martell wrote: On Tue, Jul 13, 2010 at 11:11 AM, Ashley Sheridan <ash(a)ashleysheridan.co.uk> wrote: On Tue, 2010-07-13 at 11:06 -0600, Larry Martell wrote: I have an app that runs just fine on an older Solaris apache server (Apache/2.0.53 PHP/5.0.... 13 Jul 2010 17:33
calendar libs
Hi! i'm looking for a good calendar libs, want ask, if anyone knows a good library. thx! Ricardo ... 13 Jul 2010 15:21
running out of memory processing result set on Linux, but not on Solaris
I have an app that runs just fine on an older Solaris apache server (Apache/2.0.53 PHP/5.0.4), but when I run the same app on a newer Linux server (Apache/2.2.3-11 PHP/5.2.8) against the same database on the same mysql server, it fails with "Allowed memory size exhausted". This occurs on a: $result = mysql_query... 13 Jul 2010 17:33
PHP question
On 13 July 2010 15:46, Joey Hendricks <j.hendricksjr(a)comcast.net> wrote: Hi Mr. Quadling,  Thank you for the reply. I still don't understand how to get all the emails into the function. Before I put in the function I had something like this- for($i=0; $i<=9; $i++) { if(!empty($_GET[email.$i])) { ... 13 Jul 2010 12:02
XML parser
Hello. I have html: <h3>Header</h3> <p>Paragraph 1</p> ..... <p>Paragraph n</p> <div> <h3>Header</h3> <p>Paragraph 1</p> .... <p>Paragraph n</p> </div> need to parse it like this array: array( [0] => array( 'h3' => 'header' , 'p' => array( [0] => 'Paragraph 1' , [n-1] => 'Paragraph N' ) [1] ... 13 Jul 2010 13:09
Posting values of dynamically generated text fields at a time
Hi is anybody there to help me out on this????? Hi all, I am new to PHP and JS. I am adding new text fields using javascript and I have to save the values of these fields in database in single row. So, how should I post these values? So that I can save them in the db. Additional Info: There... 14 Jul 2010 05:31
Help with template file and email
Hello, I have been working on a birtday invite program. The form takes 10 names and 10 email addresses. I think the problem is the $to variable in my function. I get this warning-Warning: mail() [function.mail]: SMTP server response: 550 5.5.0 <f> domain name required in..... Could someone help me with this my emai... 26 Jul 2010 13:51
Serial Numbers
I'm sure it is possible, but I am unsure how to do this. I have created a Sale coupon that I was going to put up on a site that I manage, for visitors to print out and bring to the store. The coupon is currently a .png, however I was planning on converting to a pdf. I would like to put on the coupon a serial ... 12 Jul 2010 22:57
Validate if the field of a form is empty
te0t3l wrote: Hi, I need to validate a field that work with Multifile plugin of Jquery, I want to check if the field is empty with php. [code] <input name="archivo[]" class="multi" type="file" accept="gif|jpg|png"/> <input name="button" type="submit" value="Submit"> [code] I've tried differ... 13 Jul 2010 06:32
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38