PHP hyperlinks generator
Hi
I need some help to get this done using php:
1 - I have few hyperlinks say 500
Hardcopy printing is to wide
I want to make a hardcopy at runtime of my active form like this
PHP and XML image gallery variable issue
I'm trying to display the large image on the same page as the thumbnails, to do that I'm passing a v
error help - Dynamic Image
I've been working on making my site less cluttered in the directories and more secure lately. In an
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
values not being entered into table
hi. I;ve created a form, so that when a user enters data into it, it gets added to a table in a data
Business Health Check
Hello
I need to create an online business health check for a client it will be multiple choi
Dynamically set AccordianPane Header
I have an accordian on my master page. I'd like to be able to dynamically change the header on diff
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan