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?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23081818.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23082886.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
\\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=...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
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...
http://www.experts-exchange.com/Database/MySQL/Q_23164009.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
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...
http://www.experts-exchange.com/Database/MySQL/Q_23189444.html
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...
http://www.experts-exchange.com/Database/MySQL/Q_23199286.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
Code Snipped:
How can specify just the width of ".$scope1." cell to be a certain width and not effect the width of anything else?
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_23216516.ht...