Questions & Answers for: The PHP Group variable example

Question about PHP

1 Answer

PHP Extract How can i extract a string from alonger string that contains it, using regular PHP expressions? Example - Extract website, or worldwide from this string website@worldwide.com you have ...

Ad

Question about PHP

1 Answer

php mysql problem I keep getting this error message ? Fatal error: Call to undefined function: mysql_pconnect() in /var/www/update.php on line ?. What do you think? The Error In The Mysql Now you need

Ad

Question about PHP

1 Answer

...n implement cookies for logout script.i was trying it like --on logout ,i was destroying session variables by deleting data in variables (like username and password),then explorer should not

PHP issues with ''''... Please help!!! Many php scripts uses the php clauses as folows: '' Welcome to our site,. We hope you like your stay!!!'' They add simple script parts like ''''! My php parser ...

variable by simply setting the appropriate member of the $_SESSION or $HTTP_SESSION_VARS (PHP < 4.1.0) array Example. session_start(); $_SESSION["number"] = 10 ; echo $_SESSION["number"]; You can call

...if you are trying first option,session in php can help you.you can store username in a session variable n then u can access them on any page if session is not destroyed or

...printf("",mysql_result($result,0,"salary")); notice in my example the "value" argument of the "" command the %s for your variable is contained within single

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 ...

...action="http://my.address.com/home.html<?php echo $name; ?>" method="get"><!-- Note a variable after the link --><input type="text" name="name" value=""/><input

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...