MySQL Primary key gap
Alright, so I have a table with 26 entries in it (id, filename, caption) for my image randomiser (ht
Drawing Images in classes
I'm quite new to Object Oriented PHP. What I'm trying to do is draw some images but also have other
PHP Surveys
I really would like some advice.
If you have a client come to you asking for a survey to be d
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
noob cURL help
I have a pretty basic form that I need to cURL post to a file in my includes folder (includes/login.
I face problems to extract data from one table and insert it in another one
Hi,
For modifications, I have to extract data from one table and insert it in another one
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
Buggy registration system
Hey, I just started scripting in PHP, and I ran into a few problems.
Code: <?php
includ
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------
Help: calling function
Hi,
Is it possible to call a php function on page close?
If yes, could you explain how and whe