| | |
Php mysql image scroll script??
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2009
Posts: 36
Reputation:
Solved Threads: 4
0
#2 32 Days Ago
You could do this with radio buttons or JavaScript as facebook does.
Obviously we wont write this script for you but here is how it generally works.
Something allong those general lines.
Obviously we wont write this script for you but here is how it generally works.
php Syntax (Toggle Plain Text)
<?php // Run query to retreive gifts $get_gifts = mysql_query("SELECT * FROM `gifts`"); if( @mysql_num_rows( $get_gifts ) > 0 ) { echo "<form method=\"submit\" action=\"#\">"; while( $row = mysql_fetch_array( $get_gifts ) ) { echo "<img src=\"...\" alt=\"...\" />" . $row['title'] . '<input type="radio" name="gift" value="' . $row['title'] . '" />'; } echo '<input type="submit" name="send" value="Ok" />'; echo "</form>"; } if( isset( $_POST['send'] ) ) { $gift = mysql_real_escape_string( $gift ); // Need the user receiving the gifts id etc. $user_id = "..."; $query = mysql_query("INSERT INTO `received_gifts` (id, gift) VALUES ('$user_id', '$gift')"); echo "<p>Gift sent</p>"; } ?>
Something allong those general lines.
Last edited by Froger93; 32 Days Ago at 12:50 am.
![]() |
Similar Threads
- PHP MYSQL image display (PHP)
- Looking for a PHP/MYSQL Programmer (Web Development Job Offers)
- Need Highly Experienced PHP/MySQL Programmer $15-$25/hour (Web Development Job Offers)
- PHP/MySQL Programmer Position (Web Development Job Offers)
- php mysql image again PLEASE HELP (PHP)
Other Threads in the PHP Forum
- Previous Thread: str_replace help needed
- Next Thread: pls.. help
| Thread Tools | Search this Thread |
# 5.2.10 access alexa apache api array beginner binary broken cakephp checkbox class clean clients cms code cron curl database date directory display dissertation dynamic echo echo$_get[x]changingitintovariable... email encode error fairness file files folder form forms function functions google href htaccess html image images include indentedsubcategory insert ip javascript joomla legislation limit link local login mail memberships menu mlm multiple multipletables mysql mysqlquery newsletters oop open paypal pdf persist php problem provider query radio random recursion remote rss script search server sessions sms sockets source space spam sql syntax system table tutorial update upload url validator variable video web youtube





