Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do i write php commands other than strings...

Status
Not open for further replies.

soniclnd

Technical User
Jan 6, 2005
51
US
hello right now i want to write into a php file something like:
Code:
<?php
$names[] = "yahoo";
$names[] = "google;
?>
how can i do that...... somehow i've only been succesful in writing strings.........
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top