Click here to Skip to main content
15,902,112 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Session Variable [modified] Pin
swjam27-Jun-10 15:33
swjam27-Jun-10 15:33 
GeneralRe: Session Variable Pin
Civic0627-Jun-10 16:54
Civic0627-Jun-10 16:54 
Questionwdsl to create a proxy class Pin
Gktony27-Jun-10 0:21
Gktony27-Jun-10 0:21 
AnswerRe: wdsl to create a proxy class Pin
Rhys Jacob28-Jun-10 22:31
Rhys Jacob28-Jun-10 22:31 
GeneralRe: wdsl to create a proxy class Pin
Gktony1-Jul-10 23:06
Gktony1-Jul-10 23:06 
GeneralRe: wdsl to create a proxy class Pin
Rhys Jacob1-Jul-10 23:26
Rhys Jacob1-Jul-10 23:26 
QuestionGetting Used to PHP Pin
Bram van Kampen26-Jun-10 13:02
Bram van Kampen26-Jun-10 13:02 
AnswerRe: Getting Used to PHP Pin
Peter_in_278027-Jun-10 15:41
professionalPeter_in_278027-Jun-10 15:41 
1. The operator set in PHP is pretty much the same as C++. Yes, & | << >> etc are all there.
2. Paramter passing: your choice of by value func($var) or by reference func(&$var).
3. PHP really has 3 native data types - integer, float and string. What is probably confusing you is the automatic conversions (including to an "invisible" boolean). It also supports objects as a compound data type with encapsulated data structures and functions (methods). The language is growing in this area, so newer versions get better objects.
4. I downloaded a PHP manual from the interweb a while ago. Can't remember where I got it from, but the filename is php_manual_en.chm I'm sure our friend G can find it for you too.
Cheers,
Peter
Software rusts. Simon Stephenson, ca 1994.

GeneralRe: Getting Used to PHP Pin
Bram van Kampen28-Jun-10 13:58
Bram van Kampen28-Jun-10 13:58 
QuestionSessions and cookiless property and URIs Pin
swjam23-Jun-10 4:21
swjam23-Jun-10 4:21 
AnswerRe: Sessions and cookiless property and URIs Pin
T M Gray25-Jun-10 9:45
T M Gray25-Jun-10 9:45 
Questionhow to analyst which website using webservice Pin
Naunt22-Jun-10 15:00
Naunt22-Jun-10 15:00 
AnswerRe: how to analyst which website using webservice Pin
Not Active22-Jun-10 15:25
mentorNot Active22-Jun-10 15:25 
QuestionDynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 7:19
Gregory Gadow22-Jun-10 7:19 
AnswerRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 7:29
mentorNot Active22-Jun-10 7:29 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 7:53
Gregory Gadow22-Jun-10 7:53 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 8:03
mentorNot Active22-Jun-10 8:03 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Gregory Gadow22-Jun-10 9:17
Gregory Gadow22-Jun-10 9:17 
GeneralRe: Dynamically add a LinkButton to a text stream? Pin
Not Active22-Jun-10 9:39
mentorNot Active22-Jun-10 9:39 
Questionlinking the domain name Pin
dahras19-Jun-10 21:42
dahras19-Jun-10 21:42 
AnswerRe: linking the domain name Pin
DaveAuld20-Jun-10 4:24
professionalDaveAuld20-Jun-10 4:24 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 6:15
dahras20-Jun-10 6:15 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 6:22
professionalDaveAuld20-Jun-10 6:22 
GeneralRe: linking the domain name Pin
dahras20-Jun-10 7:02
dahras20-Jun-10 7:02 
GeneralRe: linking the domain name Pin
DaveAuld20-Jun-10 7:24
professionalDaveAuld20-Jun-10 7:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.