| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Nov 2003 Location: UK
Posts: 53
![]() | Competition Script I am looking to do the following.... Someone sends a contest entry via SMS and the result is posted to a html page using the following parameters: source Mobile number of the iTAGG user making the request dest Destination number (typically the iTAGG shortcode of 83248) dtime The timestamp of when the request was made message The entire SMS content of the incoming iTAGG request network The network ID of the mobile number owner* ????: NamePros.com http://www.namepros.com/programming/22421-competition-script.html What I need is for this information to be submitted from the HTML page to a mySQL database. Also at the end of the contest I need to be able to select a winner at random If anyone can help me out please post here or PM me...
__________________ UniTunes Community Forums - Register Now & hear about our offers, freebies and new features First! New Competition Coming Soon! |
| |
| | #2 (permalink) |
| New Member Join Date: Mar 2004
Posts: 2
![]() | Create a MySQL table like so... Code: Create table contest ( id int not null primary key auto_increment, source int, dest int, dtime date, message varchar(255), netword id varchar(16) ); ????: NamePros.com http://www.namepros.com/showthread.php?t=22421 PHP Code: |
| |
| | THREAD STARTER #4 (permalink) |
| NamePros Member Join Date: Nov 2003 Location: UK
Posts: 53
![]() | tempest1 - thanks for your response. anthony - as if yet we are yet to implement it - this should be done in the next 3 -5 days. thx
__________________ UniTunes Community Forums - Register Now & hear about our offers, freebies and new features First! New Competition Coming Soon! |
| |
| | #5 (permalink) | ||||
| NamePros Expert Join Date: Dec 2003 Location: NYC
Posts: 9,132
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |