unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_
Can anyone view my code and tell me why im getting the error:
Parse error: syntax error, unexpect
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
The repetition structure: the while statement not working
New programming student, have assignment as follows:
A restaurant has 4 lunch combos for custom
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
mysql UNION | warning mysql_fetch_array !!
Code: <?php
$i = 0;
$query1="SELECT * FROM `products` WHERE `div
is_dir() problem
Hello,
I'm buidling a php scripts that dynamically get's subfolders from a specific folder.
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
Local file browser with php
Halo..
So this is what i want to create. I have a folder that i share and it has many movies.
rookie looking for help coding a CSS form with PHP
I'm trying to figure out how to add PHP code to my xhtml form so that it is a working form embedded
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe