I am trying to create a login script and have found this snippet of code (below). Am I supposed to point to a MySQL include or something similar?It gioves me this error when I try to run it:
Pa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
I'm using PHP/MSSQL
When Looping thru the selected records to update the code falls out of the While loop after updating 1 record
even though there are multiple records to process.The code to cha...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
I'm running PHP 5.2.5 with Apache 2.2.8 on my Windows XP laptop. I want to enable the php_tidy extensions so I can use the various tidy library functions. The php_tidy.dll extension was not in my P...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
The class SplStack does exist
http://php.mirrors.powertrip.co.za/manual/en/splstack.construct.php
However when I run the code
foreach(spl_classes() as $key=>$value)
{
echo $k...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23727782.htm...
Zones:
PHPDate Answered: 09/13/2008 Grade: A Views: 0
Hi. I'd like to pass a variable with/through a hyperlink to another page that will execute a mysql query using the passed variable. The variable is a result from a query executed. Page 1 works ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23780095.htm...
Zones:
PHPDate Answered: 10/02/2008 Grade: A Views: 78
Can PHP 5.2.5 be run on a Redhat AS 4 Server? This server is already running PHP 4.4.4.
If so, does anyone have a link that may provide some good information on doing so?
Lastly, is the...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23327314.htm...
I am creating a 'log-in' script/form. I need to have the password characters hidden from AS THEY ARE TYPED. I don't have access to MySQL or any other database (don't know if that makes a difference...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23019356.htm...
How do I programmatically simulate a click on a link to another page? Instead of having the user click on a link to go to the next page/step I want to check some condition and if those conditions a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23019370.htm...
I am developing a web based application that searches through a 1000 or so excel file names for a warranty number and when I find that file I create a link that the user can click on and open the e...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
Hello.
After a while i decided its time to learn something new in PHP: I am trying to get my head around these very difficult for me OOP concepts.
I am trying to understand, and possibly use in m...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23052290.htm...