Forum: PHP Nov 23rd, 2004 |
| Replies: 19 Views: 7,163 Ok.. Its fine. There should be somthing not to be understood for all. I wish You Best of Luck. |
Forum: PHP Nov 16th, 2004 |
| Replies: 19 Views: 7,163 |
Forum: PHP Nov 11th, 2004 |
| Replies: 5 Views: 3,532 Hi fpepito!
thanks a lot!! your informations maked me found a way of going.
1. Why you found correct results in first type while errors occur for the same for second type?
2. Is there any... |
Forum: PHP Nov 10th, 2004 |
| Replies: 5 Views: 3,532 Thanks fpepito,
i am not sure of this. because I have no authority or not administrator on this site i mentioned.
But i Think this kind of error came from the unexpected threads that exit the... |
Forum: PHP Nov 9th, 2004 |
| Replies: 19 Views: 7,163 Recommended Book:MySQL/PHP Database Applications
by Jay Greenspan & Brad Bulger
I used this & i like it.
Here you will face applications in detail for... |
Forum: PHP Nov 9th, 2004 |
| Replies: 5 Views: 3,532 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... |
Forum: PHP Nov 9th, 2004 |
| Replies: 3 Views: 2,922 Thanks you 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... |
Forum: MySQL Nov 8th, 2004 |
| Replies: 1 Views: 3,617 How many clients can access a PHP script at a time from a MySQL server?
thanks in detail. |
Forum: PHP Nov 8th, 2004 |
| Replies: 1 Views: 3,032 This limitation is mentiones in the <a href=�http://wp.netscape.com/newsref/std/cookie_spec.html�> Netscape HTTP Cookies Preliminary Specification </a> above but I thought it might save someone some... |
Forum: PHP Nov 8th, 2004 |
| Replies: 3 Views: 2,922 Hi all,
I have a question.
How many clients can access a PHP script at a time?
Suppose, I have a database site written in PHP. I have used MySQL. Then How many clients can access that database... |
Forum: PHP Nov 7th, 2004 |
| Replies: 3 Views: 2,848 Your code should look like this......
<table border="1" cellspacing="0" cellpadding="0">
<tr>
<td width>some item</td>
</tr>
<?php
drawRow(); // draw another similar row
?> |
Forum: PHP Nov 4th, 2004 |
| Replies: 6 Views: 4,016 You should have to change the extension from *.html to *.php to execute the code that I have edited.....
You forgot to put semicolones. fix it.
Just Folow this code..
I think using PHP... |
Forum: PHP Oct 26th, 2004 |
| Replies: 1 Views: 2,541 Can You send your code Please?? |
Forum: PHP Oct 26th, 2004 |
| Replies: 1 Views: 4,803 <?php
//$var is an integer = 42
$str ="mice"; // it is declared as a string is assigned
$int =39; // it declared as integer as a integer value is assigned
echo "<b>str =\"3 mice\";</b> //it is... |
Forum: PHP Oct 22nd, 2004 |
| Replies: 3 Views: 13,653 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 |
Forum: PHP Oct 15th, 2004 |
| Replies: 4 Views: 11,153 $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)) {
... |
Forum: PHP Oct 7th, 2004 |
| Replies: 0 Views: 4,796 my php session_destroy() function not working.
php version: 4.0.3
Apache : 1.3.14
using MsSQL via ODBC
thanx |
Forum: PHP Oct 2nd, 2004 |
| Replies: 2 Views: 3,532 Ya got that url before & found the compatible version for this. But actually that did not work. So, i want to know from ur experience in real. |
Forum: PHP Oct 1st, 2004 |
| Replies: 2 Views: 3,532 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,... |
Forum: Windows Servers and IIS Oct 1st, 2004 |
| Replies: 6 Views: 10,998 thanx. but i want domain. can you note me the procedures of your startings for your own domain step by step for me??
;) |
Forum: Windows Servers and IIS Oct 1st, 2004 |
| Replies: 6 Views: 10,998 Thank You. I will try to do this. This is a good advice for me. But if i wanna using apache web server then wat will happen?? |
Forum: Windows Servers and IIS Sep 27th, 2004 |
| Replies: 6 Views: 10,998 IP addresses instead of localhost or 127.0.0.1
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... |
Forum: PHP Sep 27th, 2004 |
| Replies: 5 Views: 5,055 My Operating system is Windows XP pro.
Thanx. :) |
Forum: PHP Sep 26th, 2004 |
| Replies: 5 Views: 5,055 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?? :-| |
Forum: PHP Sep 8th, 2004 |
| Replies: 7 Views: 5,762 WEB ADDRESS FOR FREE DOWNLOADING OF PDF COPY OF A PHP BOOK
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... |