Is there a quick way to do this?
Hi all,
I need to create a mysql table from php that goes a little something like this
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
Probably Easy, Need help with Check Boxes in PHP Code
hello,
Thanks for looking this over and helping me out. My problem is I have a online store l
Undefined variables
hi
----------------------------------------------------------------------------------------------
Alternate messaging
I have 4 strings in MySQL db1
$string1 : Hello
$string2 : Hi
$string3 : Great
$strin
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
INSERT for date range
Hi all
I have the following table
Code: [Select] `date` date
`day` int(2)
`
Display a default image
I am trying to display generic image for items that don't have one, but I can't get it to display.
values in array being escaped
I would like to submit some values - back to the same form for checking before processing...