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
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
Help with usergroups? prolly really quick
So were coding our own forums for a game system we made an we have the users level setup but now I n
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
Check before inserting in DB ???
This is my code
---------------
if ( $_POST ['Submit'])
{{
$username = $_POST ['usernm
Filtering for a phrase using pregmatch
Here is my code which looks for addresses which start with ' src=" '
Code: [Select]preg_
Problems with returning true or false in eval()'d code
Hi guys,
Would appreciate some help with a problem when running eval() on a function that sho
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However