Turning Data into URLs?
This may seem very basic to you, but I'm having a hard time figuring out how to do this since I don'
Uploading files/images via forms
Hey all, I am building a database for work that will contain some minor data on plant species along
paginate search result
Hi, I have a paginations script to display data from my database but i would like to paginate someon
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan
PHP & MS Access - Line Break
Hey Guys!
I'm pulling records from an MS Access database and listing them using PHP and I'm r
how to easy edit text, with box? Help.
Hi.
I have a little problem. I'm doing a webpage for my aunt and I would like to make it as easy
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
Big Problem!! Please help
Hi Guys,
Im making a website for a friend have encountered a really annoying problem. When ev
JSON SORT WITH PHP
I have two products that I want to sort by say "Id:17, value: xxx" using php
The page w
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...