GIDForums  

Go Back   GIDForums > General Forums > Open Discussion Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 27-Nov-2002, 13:05
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,060
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough

Learning PHP


I needed to know what would be a good book to get to learn PHP
I know a little about it but I would like to know a great deal more and I needed to know where would be a good place to start.
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #2  
Old 28-Nov-2002, 09:31
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
Php and Mysql Web Development by Luke Welling and Laura Thompson is what I use...

and downloading the PHP manual is a smart thing to do...
  #3  
Old 28-Nov-2002, 09:57
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,060
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
Have you heard anything about Sams Teach Yourself PHP4.

Thanks I'll take a look at the book, and the manual.
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #4  
Old 28-Nov-2002, 10:54
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,060
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
Are there this meny ways to do all things in PHP

PHP Code:

<?php

$holder = "user";
$$holder = "bob";

//could have been:
//$user = "bob";
//${"user"} = "bob";

print "$user<br>";  
print $$holder;
print "<br>";
print "${$holder}<br>";
print "${'user'}<br>";

?>


This was one of the examples in the book I was reading but I was wounding if its this way with the whold language?
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
  #5  
Old 29-Nov-2002, 04:37
JdS's Avatar
JdS JdS is offline
Senior Member
 
Join Date: Aug 2001
Location: KUL, Malaysia
Posts: 3,371
JdS will become famous soon enough
You might want to stall buying that book I mentioned; I remember catching a glimpse of their soon-to-be-published book - PHP 5.

I see you found variable variables... as you can see there's a specific reason to use them.

first up though, I suggest you read up on how to quote values better...

e.g.
PHP Code:

$name = 'Thomas';
$name = "Thomas";
//  what's the difference? 


  #6  
Old 29-Nov-2002, 04:56
pcxgamer's Avatar
pcxgamer pcxgamer is offline
Senior Member
 
Join Date: Sep 2002
Location: South Carolina, USA
Posts: 1,060
pcxgamer is a jewel in the roughpcxgamer is a jewel in the roughpcxgamer is a jewel in the rough
I was reading that section lastnight on variables but to be honest I'm going to read it again. I got so lost when I got to Variables, Dynamiv Variables, Operators and Expressions and Data Type. So I'll have to reread that section and see if I can understand it a little better.
__________________
If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization.
 
 

Recent GIDBlogLast Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimizing your web server with Turck MMCache for PHP JdS Web Hosting Forum 2 07-Jan-2004 07:48
apache2 - php cgi fehler - schleife inna Apache Web Server Forum 8 27-Nov-2003 09:55
im new to mysql and php im learning dbztoolkit MySQL / PHP Forum 5 22-Aug-2003 11:37
[Linux] Installing PHP --with-mcrypt JdS Web Hosting Forum 0 20-Aug-2003 08:40
All the big PHP script collections that matter jrobbio MySQL / PHP Forum 5 06-Jun-2003 16:14

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 00:23.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.