Forum: PHP Jul 7th, 2008 |
| Replies: 0 Views: 323 On duplicate, update entry Hi,
Im having trouble getting this piece of code to function correctly. It inserts the data fine, and all works well, but I cant seem to make it only insert if there isnt already an entry with the... |
Forum: PHP Jul 5th, 2008 |
| Replies: 5 Views: 608 |
Forum: PHP Jul 4th, 2008 |
| Replies: 3 Views: 251 Re: Populate drop box with case statements Well, will use the easiest method really - not sure which one is best to use in a situation like this - would prefer to have the values in the same PHP file or something similar? |
Forum: PHP Jul 4th, 2008 |
| Replies: 5 Views: 608 |
Forum: PHP Jul 4th, 2008 |
| Replies: 3 Views: 251 Populate drop box with case statements Hi,
I have a select like below in my form, I want a second box to populate but differently for each activity. I would like to do this by means of something like this (case method really)..
Any help... |
Forum: PHP Jul 3rd, 2008 |
| Replies: 4 Views: 294 Re: Simple syntax error Changed it around a bit, rather look at this code:
$message = 'Cape Town Alive - Cape Xtreme Booking Request' <br> 'Name:' . cleanPosUrl($_POST['posName']); . 'Email:' .... |
Forum: PHP Jul 3rd, 2008 |
| Replies: 4 Views: 294 Re: Simple syntax error Thanks for the quick response, getting this error now:
<b>Parse error</b>: syntax error, unexpected '.' in <b>/var/www/virtual/capetownalive.co.za/htdocs/bookings
/scripts/xmlHttpRequest.php</b>... |
Forum: PHP Jul 3rd, 2008 |
| Replies: 4 Views: 294 Simple syntax error Hi, can anyone help me debug this piece of code please, any help will be much appreciated!
Its the body of a message im sending with mail() function..
Thanks,
Chris
Getting this error in... |
Forum: PHP Jun 30th, 2008 |
| Replies: 5 Views: 608 |
Forum: JavaScript / DHTML / AJAX Jun 25th, 2008 |
| Replies: 3 Views: 520 Javascript popup at 12:00 each day Hi,
Im looking for the basic structure of how to make a piece of code (ideally a lightbox window with a flash file being displayed) but for now maybe a popup window, to be displayed at 12:00pm each... |