Has anyone wrote a script for online tickets sales?
I have been googling and found lots of third party solutions. I was hoping to adapt a digital goods sale script. Is it possible to have a
ticket sent via email or does it make more sense to have a downloadable link sent to the email where they can download the ticket.
How does online ticket sales work when setting it up with php what processes for the delivery off ticket are taken.
Has anyone done this before and can give me some advice please?
Extracting Long text from message class with parameters
Hi,
How to write on database when a link is clicked?
Hi,
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website membership from on their computer. He's afraid that the users might share their login's with their
CHMOD script
Hi,I need a script to read all files in a folder and set to 777.Can anyone help out please?
Date Question
I'm using the TIMESTAMP() function within mysql to set the date/time for certain events. However, how would I go about formatting the output? For example it would display "2009-11-30
Form validation with functions
Hi thereI am trying to make a very simple form validation function. I currently have the followingfunction formValidate($field, $msg) { if (empty($_POST['$field'])) { $errors[] = $msg; } else
PHP Array quick help
I need$_SESSION{'username'} to be like this:if $_SESSION['username'] = "gayner,bob,jesus";echo "ba blah ";but do i use Arrays or what for those 3 nameS? how thanks
Storing Values taken from a DB...
Using this code it will generate a short list from my database <?phpmysql_connect('localhost','root','');mysql_select_db("clients");$fname = $_POST['firstname'];$SQL = "SELECT *
mr8m - reverse document
Friends,
Calander Basic Spript help
hi, just starting out with PHP and have the following script: <?php //This gets today's date $date =time () ; //This puts the day, month, and year in seperate variables $day = date('d', $date)