No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
my php session_destroy() function not working. php version: 4.0.3 Apache : 1.3.14 using MsSQL via ODBC thanx
$q = "select * from DB_Product where Kind = $Kind "; if(!($res = mysql_DB_query($DB, $q))) die("query failed."); $res = mysql_db_query($DB, $q); while($row = mysql_fetch_object($res)) { $Product_ID=$row->Product_ID; $Kind=$row->Kind; $Price_Ex=$row->Price_Ex; $Price_Ex_1 = $Price_Ex *10/100; $Price_Ex_2 = $Price_Ex + $Price_Ex_1; } $q = "update DB_Product set Price_Ex=$Price_Ex_2 where Kind = $Kind "; if(!($res …
Is there anything or keawords in PHP from which I can break or continue from a LOOP in PHP?? in C for(i=0;i<=100;i++){ statement1....; statement2....; if(condition1) break; else continue; statement3....; statement4....; statement5....; } I need something like this in PHP.. Can anybody Help me?
[FONT=Comic Sans MS]WEB ADDRESS FOR FREE DOWNLOADING OF PDF COPY OF A PHP BOOK[/FONT] Hello? I am a new learner of PHP. I have interested about it. I want to know any web address for downloading a free pdf copy of a good well known introductory book.
[COLOR=Red]IP addresses instead of localhost or 127.0.0.1[/COLOR] I want to buils a web server which will work fine not in localhost. It should work online as a web server from which i can host my own websites and visitor can visit these from other PCs. So, how can i proceed?? …
Recommended Book:[B]MySQL/PHP Database Applications[/B] by Jay Greenspan & Brad Bulger I used this & i like it. Here you will face applications in detail for beginners as well as experts.
[B]How many clients can access a PHP script at a time from a MySQL server?[/B] thanks in detail.
Hi all I had a experience of a website coded in PHP. that was a student result database site. specially used for publishing national certications exam in my country. the results are used to publish at a fixed date that was pre-defined. So the site got a lot of access …
Hi all, I have a question. [B]How many clients can access a PHP script at a time?[/B] Suppose, I have a database site written in PHP. I have used MySQL. Then How many clients can access that database through PHP as a midlware?? Can anybody answer this or help or …
Your code should look like this...... [PHP] <table border="1" cellspacing="0" cellpadding="0"> <tr> <td width>some item</td> </tr> <?php drawRow(); // draw another similar row ?> </table> <?php //Your drawRow function should look like this function drawRow(){ echo "<tr><td>Your Code Here</td></tr>"; } ?> [/PHP] You might do wrong in your HTML coding.. …
This limitation is mentiones in the <a href=
You should have to change the extension from *.html to *.php to execute the code that I have edited..... [B]You forgot to put semicolones. fix it. [/B] Just Folow this code.. [B]I think using PHP extension is a good approach. thank you[/B] [PHP] <HTML> <HEAD> <TITLE>PHP Form submit</TITLE> <META NAME="GENERATOR" …
I am a beginer of PHP. Which Version of apache is compatible with php 5.0?? which one for php 4.0?? I want to setup manually php for apache both of these versions. How can i proceed?? :-|
[QUOTE=sammy1958]can someone please elaborate on code below that evaluates to 42! //$var is an integer = 42 $var = "3 mice" + 39;[/QUOTE] [PHP] <?php //$var is an integer = 42 $str ="mice"; // it is declared as a string is assigned $int =39; // it declared as integer as …
I'm ujsing php 4.0.3 with apache web server. generally i use mysql. but i have to use mssql for another reason. so i am using ODBC for this purpose. but the "odbc_fetch_array()" is not work. says, undefined function. but as far i know, this function should work with this version …
The End.
billah_norm