Qustion on viewing code – PHP
Q(Question): Is there a way i can look at the php code that is runnig a site, without any ind of admin access to the server? A(Answer): Alan Larsson wrote: Is there a way i can look at the php code th...
Q(Question): Is there a way i can look at the php code that is runnig a site, without any ind of admin access to the server? A(Answer): Alan Larsson wrote: Is there a way i can look at the php code th...
Q(Question): Coming from an Assembler/C/C++/C# background I got to say this is butt ugly: <?php echo "2 + 2 = " . 2+2; // This will print 4 echo "2 + 2 = " , 2+2; // This will p...
Q(Question): Hi! I am new to PHP but I am a very experienced in Perl/CGI/templates. I work in medical informatics when we deal with very large data collection forms. Some of them have over 1000 elemen...
Q(Question): I’m working to convince my office to make the switch to PHP from ASP. I’ve convinced them that some change needs to be made, but I think there is some hesitation about PHP bei...
Q(Question): Hi! I’ve done lots of programming for CAD, which was basically C/C++ and tcl/tk. Now, we are thinking about introducing more web based tools, programming them ourselves and right no...
Q(Question): I’m doing a small project right now where I create a table from a database. This is the code, which Dreamweaver, for the most part, has written: *** <?php mysql_select_db($databa...
Q(Question): Is the a PHP compiler? A program that compiles PHP code to executable which doesn’t need php interpreter to execute… — Pozdrav/Regards, Nikola [Nick] Skoric. "̷...
Q(Question): Hi, i’d like to host my web pages using multiparts to reduce the number of hits on the server. i know this isn’t a real PHP subject, but i’ll try it anyway. i’ve b...
Q(Question): There has been a number of threads in this newsgroup concerning OOP and PHP. Usually people just debate on which language is more (or less) OOP than others. The merit of OOP in the web-pr...
Q(Question): Ok it seems there was some problems last time I posted (sorry about that guys) so Ill give it another shot. I am creating a form which is 3 pages long (step1.php, step2.php, and step3.php...