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?
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter how big (as in over this limit) the array is array_unique always returns an array with 32768
Help me with some material on Open Text Overview.
Hi Experts,
trim function issues
Hi guys, total noob here... So I've been tinkering around with a html and am using php to email the subitted data to me. It's all working fine, except now I've changed the rules of the form a little
Remove values in array2 from array1
I have two arrays.Array 1 is where the array key holds various different numbers. For example:Code: [Select]$array[32] = 1;$array[122] = 1;$array[238] = 1;$array[324] = 1;The other array holds values
urldecode question
How would I format this line of code properly?<?php echo urldecode($_GET['Title']); ?>
Multi Level Array Problem
hi all,For example I have array like below:$temp = array(array('north america', 'us', 'california'), array('north america', 'us', 'hawaii'), array('north america', 'canada', 'vancouver'),
Weird MySQL error, why am I recieving this?
PHP Code:<?php require "global_settings.php"; ?><title><?php echo $sitetitle; ?></title><center><style
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to implement a super-tiny MVC framework.I've created some mockups of how the framework might be used based
Syntax error
hi im having a little trobble with this script --------------------------------------------------------------------------------------------error
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of the same email. I know I need to do an IF statement but I am kinda foggy on how to do the code.What I