Advertisement

1 - 10 of 41 containing alltags:("PHP, MySQL, HTML") (0.002 seconds)
I have a mysql database that is displayed using php echo statements. I need to insert a page break after a certain echo statement. Can anyone help me?
Zones: PHPDate Answered: 01/14/2008 Grade: A Views: 41
I have several php pages that all contain a similar row of buttons and logo. Instead of doing these individually for each of my pages when a change is made to the buttons or image I would like to h...
Zones: PHPDate Answered: 01/15/2008 Grade: A Views: 0
I have the following MySQL data from table 'items': item_id 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 ...and I would like the desired HTML table output...
Zones: PHP and DatabasesDate Answered: 06/12/2008 Grade: A Views: 0
\\OK here is my code: $query2=" SELECT * FROM table_bb WHERE id='{$_POST['id']}' ORDER BY timestampbb ASC"; $result2=mysql_query($query2); $num2=mysql_numrows($result2); mysql_close(); $j=...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 02/13/2008 Grade: A Views: 0
ok how about this: i have a variable: $commitment i want to strip $commitment of everything after 20 characters i want a new value assigned to the newly stripped variable called $value $val...
Zones: MySQL Server, PHP, PHP and DatabasesDate Answered: 02/14/2008 Grade: B Views: 0
Hi, I need to use hebrew language (right to left language) in PHP and MYSQl. My requirement is I need to create table in mysql that suppors hebrew language.Can you tell me collation type i.e heb...
Zones: PHP and Databases, HTML, MySQL ServerDate Answered: 02/24/2008 Grade: B Views: 5
I have a MySQL table of a list of questions.  If a user goes to a survey, they will see all of the questions that apply to their account profile.  Right now I show the user one question at a time a...
Zones: MySQL Server, HTML, PHPDate Answered: 03/03/2008 Grade: A Views: 0
I have a very simple script that reads a few questions from a database and displays the questions that apply to the user.  I am generating a form and building each input in PHP.  For some reason, t...
Zones: MySQL Server, HTML, PHPDate Answered: 02/29/2008 Grade: A Views: 0
My code is snipped: My goal is to post the OPTION VALUE of ".$row['job']." and ".$row['description']." as two separate $_POST values to my post.php file. Currently I am posting the option value...
Zones: PHP and Databases, PHP, MySQL ServerDate Answered: 02/28/2008 Grade: A Views: 62
Code Snipped: How can specify just the width of ".$scope1." cell to be a certain width and not effect the width of anything else?
Zones: HTML, PHP, PHP and DatabasesDate Answered: 03/05/2008 Grade: A Views: 80