... Which part of that are you having difficulty with? <? // start of scope $postvar1 = 0; $postvar2 = 0; extract($_POST, EXTR_IF_EXISTS); // will overwrite...
hello i want install apache 2.2 on my system and i want configuration my php (php v5.1.4) for work with apache but i cant configuration php and apache. please...
Aas Salamu Aalaikum All I’m preparing a presentation on Open Source and Free Software and it’s impact on society. Although my presentation is almost...
hello i want install apache 2.2 on my system and i want configuration my php (php v5.1.4) for work with apache but i cant configuration php and apache. please...
... Is it really that difficult to use a search engine? http://minitutorials.com/apache/apache_222_1.shtml http://minitutorials.com/apache/php_52_1.shtml -- ...
remove everything and download the XAMPP it will install and configure , php , apache and mysql and phpmyadmin all at once without the headache of php.ini...
... From: Paul Herring Which part of that are you having difficulty with? <? // start of scope $postvar1 = 0; $postvar2 = 0; extract($_POST, EXTR_IF_EXISTS);...
sokkit has php, mysql and apache all set up to work together. www.sokkit.net ... From: hamed hosseini <hamed.h63@...> To: phpresource@yahoogroups.com ...
Hi, Hi all, if anybody have used FCKEditor please share about the way of creation of a link/button in toolbar that would let us upload a file using PhP script....
... You may want to come up with your own function to do this - there's source in the link I provided which could give you a start perhaps. -- PJH Into...
Hi, From the website you download that editor there is clear documentaion. I allready used that.It working fine.See and try to understand that documentation If...
Just go there www.wampserver.com and download and install every thing setup for you. Windows/Apache/Mysql/Php ===> WAMP All the configurations are already...
the following is my code. i want to use javascript in php and php in javascript. here the confirm msg open. but yes and cancel button dont work. if i click...
i have a database. here i used the autoid in primary key in one table. so when i insert a record in that table first i get the last id then one add and insert...
... You appear to be confusing client side and server side code. PHP is server side - i.e. all the PHP is interpreted and finalised on the server before being...
... You should be using autoincrement in MySQL. Omitting it from an insert results in MySQL automatically inserting a value. but if i delete a record from the...
... Ignore this last comment - it slipped past my proofread - it shouldnt' be there. -- ... -- PJH Into motorcycles? Need parts? Try www.gissit.com to contact...
in the last two line, i want to say that if there have 10 record in a table. but i delete 5 no record. then i want to add a new record. where it would be...
Hi Folks, I am very new to this popular Joomla CMS, I am facing very difficulties in understanding this Joomla framework, its flow, And I am really failed to ...
... insert into AdminCategoryDesc (admincatid, name) values ($admincategoryid,' $name'); You don't reference the autoincrement field at all. The database...
Hi all, I am working on video blogs.....in my blog page i need to capture one image frame while uploading video files so that i can display it in my blog page ...
Kumar Devan
kumar.devan@...
Aug 5, 2006 8:42 am
1243
Please refer to the message previously posted on the same topic. http://groups.yahoo.com/group/phpresource/message/812 Thanks and God Bless!! Ehsan Haque ...
first i am apologize if my english is not so good. i have code like this: <?php $realm="example.com"; $authtext="www-authenticate:basic realm=\"".$realm."\""; ...
Hi, You can use the code bellow: <?php function authenticate() { header('WWW-Authenticate: Basic realm="Test Authentication System"'); header('HTTP/1.0 401...