Problem with PHP code- simple contact form
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a contact form wit
mail with attachment problems
Hi. I have the following code:
Code: else if(file_exists("site".$timp.".zip")
Form errors in an array
I'm processing a form and putting the errors in an array. empty($errors) doesn't seem to do the tric
Delete all from a table
I can not get the following code to work. If I run the sql statement in the db it will delete all t
Is this possible? If one file assigned to an ID...
I have a page that lists property listings assigned to a specific user (a manage page), with brief t
Not Loading Function Into Div
I'm not sure whether to put this under the php forum or ajax forum but because I tink it's more of a
unexpected T_STRING
error log "[Sat Jan 09 18:27:58 2010] [error] [client 127.0.0.1] PHP Parse error: syntax error
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Generate PDF
Hi guys,
I would like to know if there is a way to generate pdf when clicking on a link. In f
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w