Questions & Answers for: The PHP Group value statement

Question about PHP

2 Answers

...strings. (It's in the help file.) Echo is marginally faster than print, and print returns a value, echo does not. Echo allows comma separated arguments which it will concatenate. Print

Ad

Question about PHP

1 Answer

...question is how do I create an array with PHP? What are the uses of an array? Appreciate the help. $value) { echo $key . " " . $value . " "; } ?> More info: ...

Ad

Question about PHP

1 Answer

...to a cookie? delete the cookie altogether by setting the expiration to a time in the past (negative value). don't forget that you'll then have to reload a page in order to reread the cookie data. so ...

...use an echo statement to display the sql and check it for syntax:- $sql = 'insert into table1 values('.$no.','.$no.',"block","'.$value3.'", "'.$value4.'")'; echo "SQL ==>" STARTOFSQL ".$sql." ...

php assigning value to variables and posting result, how can i assign a value to variable that will add the score evertytime the answer in my trivia page is correct, how can i make a formula for total

Question about PHP

2 Answers

...$rows=mysql_fetch_array($result); $counter=$rows['counter']; // if have no counter value set counter = 1 if(empty($counter)){ $counter=1; $sql1=''INSERT INTO $tbl_name(counter)

Question about PHP

1 Answer

PHP/SQL Problem Number: "); echo $row["Number"]; echo (" First Name: "); echo $row["First_Name"]; echo (" Middle: "); echo $row["Middle"]; echo (" Last Name: "); echo $row["Last_Name"]; echo (" Street

In php how to retrieve data while setting an conditon with multip In php how to retrieve data while setting an codition of selecting multiple values: For example: select * from table_name where ...

...gt;" method="get"><!-- Note a variable after the link --><input type="text" name="name" value=""/><input type="submit" name="submit" ...

Php assigning value to variables and posting result, how can i assign a value to variable that will add the score evertytime the answer in my trivia page is correct, how can i make a formula for maybe

Not finding what you are looking for?

Ask a Question

Usually answered in minutes!

Popular Products

Top The PHP Group Computer and Internet Experts

Rob Hill
Rob Hill

Level 3 Expert

1483 Answers

Nikole Brown
Nikole Brown

Level 2 Expert

124 Answers

Syed Bilal
Syed Bilal

Level 3 Expert

252 Answers

Are you a The PHP Group Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...