Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
get font info from a font file
hello,
Does anyone know how to get font info from a font file ... using php of course !
<
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
ereg_replace in Wordpress
Heya - so I'm working on this site: http://world-of-smiles.theportlandco.com/new-patients
The
CHECH A STRING FOR ' " ' (DOUBLE QUOTES)
I am checking for delimiter (.!?) and if there is a " after a sentence then it should neglect a
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
PHP and Javascript
Hello Everyone,
I have a page that needs a javascript code to be written between PHP code but
how to get values from $_Post with onchange="form.submit();"?
Hi, I have a form that submit to itself with a file upload field and two other hidden field values.<
Reg Ex
Im trying to search for the string: srv_9 (Dead ???)
I thought to use preg_match, however I d
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w