php/mysql problem
Hey all,
Problem: im trying to setup a shop where people can use a drop-down list to select t
Pagination
Okay here is the page in question: http://blenderteachings.000a.biz/tutorials.hamishhill.php
opening a window with after form submission
I know this this forum has nothing to do with JS, but i'm trying to use it with my php script.
<
pull content
I have an existing page, domain/adverts.php which has a good PR. I've just rebuilt my site and the n
How would I do "Users not logged in since *** delete them"
I know how I would set this up, and delete the user roughly.
I'll create a table called "Use
CURL question
i am wondering if it's possible to use multi curl with login something like
login once to web
add 20 000 to the rowcnt
Hi ...
I need to add 20 000 to the row count but just cant find a way to do this i am new to php
* Gridview and Detailsview in UpdatePanel, insert mode problem
I have a GridView and DetailsView working together. When a record from Gridview is selected, Detail
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
Echoing If Function?
A script I am using has If statements in the comments form to basically tell the form what to do. Cu