Need PHP help... have all the elements... just need help putting them together :
Hey Guys,
I was wondering if someone could help me. I am doing a website for a client which
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN
Passing variables with pagination - iterating through unique id per link
Hi everyone,
I have seen a few topics like this one. Still cant find the specific thing, so I am
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
Prevention Help
How can I use PHP or any other language (feel free to move this thread) to prevent users doing scree
Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
serializing objects - loses methods - the point being?
Hi
I know that serializing an object will lose the methods. But whats the point in that? What
need help modifying script
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
duplicate record notification
In my database, after insertion of records, I want to know if the record inserted is duplicate or no