PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
Dealing with code in db query
I am dealing with C code and I need to make sure it is encoded some how to ensure its integrity and
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
Files in current folder. Should be an easy fix.
Never mind. I've asked about this before and just found my answer. Anyway to delete this?
isset undefined variable
Hi all,
Hope someone can point out the obvious. I've a log in script, if you dont enter a use
php and downloading
I want to use a php script to create two files. Then I want it to redirect (or whatever) to have tho
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
Hom to make one url to open together with another url
I have a chat, which i want to be opened, as soon as the users login to the site. As it is now, when
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am