Search found 6 matches

by Apocalypz
Wed Apr 06, 2011 8:50 am
Forum: PHP - Code
Topic: Visually Comparing Rows of a MySQL database
Replies: 2
Views: 345

Re: Visually Comparing Rows of a MySQL database

Say the user wants rows A, B, and C. Your form looks like this... <input type='checkbox' name='items[]' value='A' /> <input type='checkbox' name='items[]' value='B' /> <input type='checkbox' name='items[]' value='C' /> When this is submitted, your PHP page can handle the array like so... $sql = &quo...
by Apocalypz
Wed Apr 06, 2011 8:41 am
Forum: PHP - Code
Topic: [SOLVED]Parts of string from text file.
Replies: 2
Views: 429

Re: Parts of string from text file.

So, this code here is a complete PHP page that will process the data you're interested in. You'll need a database to store the call information in. You'll also need to write a script to pull the information from the database, do some small calculations (like call duration), and display it in a table...
by Apocalypz
Wed Apr 06, 2011 8:26 am
Forum: PHP - Code
Topic: Auto filling the Text boxes
Replies: 1
Views: 391

Re: Auto filling the Text boxes

In order to fill in a text box based on what a user enters in a different text field you will need to use a little Javascript. I would recommend familiarizing yourself with jQuery and the AJAX functionality to make this work the best. For example... <input type='text' name='hosteladmissionno' onblur...
by Apocalypz
Wed Apr 06, 2011 8:14 am
Forum: PHP - Code
Topic: code is not working
Replies: 3
Views: 579

Re: code is not working

Line 6 should be:

Code: Select all

$email="xyz@yahoo.com";
by Apocalypz
Fri Nov 02, 2007 3:43 pm
Forum: PHP - Code
Topic: Reading the servers whole SESSION data
Replies: 7
Views: 1306

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I think t...
by Apocalypz
Fri Nov 02, 2007 3:00 pm
Forum: PHP - Code
Topic: PHP/CURL
Replies: 1
Views: 591

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] This shou...