Showing results 1 to 25 of 25
Search took 0.01 seconds.
Posts Made By: billah_norm
Forum: PHP Nov 23rd, 2004
Replies: 19
Views: 6,256
Posted By billah_norm
Solution Re: PHP Beginner Here

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: 6,256
Posted By billah_norm
Re: PHP Beginner Here

Ya I think so....
Forum: PHP Nov 11th, 2004
Replies: 5
Views: 3,137
Posted By billah_norm
Help Re: I had a experience of a website coded in PHP

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,137
Posted By billah_norm
Help Re: I had a experience of a website coded in PHP

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: 6,256
Posted By billah_norm
Re: PHP Beginner Here

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 beginners as...
Forum: PHP Nov 9th, 2004
Replies: 5
Views: 3,137
Posted By billah_norm
Help I had a experience of a website coded in PHP

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...
Forum: PHP Nov 9th, 2004
Replies: 3
Views: 2,428
Posted By billah_norm
News Re: How many clients can access a PHP script at a time?

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,113
Posted By billah_norm
Solution How many clients can access a PHP script at a time from a MySQL server?

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: 2,721
Posted By billah_norm
Re: Cookies!!! , The Cheaters!!!

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...
Forum: PHP Nov 8th, 2004
Replies: 3
Views: 2,428
Posted By billah_norm
Help How many clients can access a PHP script at a time?

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,434
Posted By billah_norm
Solution Re: PHP code not blending with HTML

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: 3,449
Posted By billah_norm
Solution Problems with first php file -- Edited on your Code

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 extension is...
Forum: PHP Oct 26th, 2004
Replies: 1
Views: 2,199
Posted By billah_norm
Re: Error on "basket" of an e-shop

Can You send your code Please??
Forum: PHP Oct 26th, 2004
Replies: 1
Views: 3,977
Posted By billah_norm
News Re: automatic type conversion

<?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: 11,546
Posted By billah_norm
Solution Any keyword to break or continue a LOOP like as in C "break","continue" keawords??

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: 9,031
Posted By billah_norm
Solution Re: Update entire Mysql DataBase with PhP

$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: 3,698
Posted By billah_norm
my php session_destroy() function not working

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: 2,934
Posted By billah_norm
Help Re: "odbc_fetch_array()" compatible with wich version of PHP with apache web server

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: 2,934
Posted By billah_norm
Solution "odbc_fetch_array()" compatible with wich version of PHP with apache web server

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: 9,692
Posted By billah_norm
Solution Re: How can I build a web server using IP addresses instead of localhost

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: 9,692
Posted By billah_norm
Solution Re: How can I build a web server using IP addresses instead of localhost

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: 9,692
Posted By billah_norm
Solution How can I build a web server using IP addresses instead of localhost

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: 4,052
Posted By billah_norm
Solution Re: Set up manually, php 5.0 with apache's compatible version

My Operating system is Windows XP pro.
Thanx. :)
Forum: PHP Sep 26th, 2004
Replies: 5
Views: 4,052
Posted By billah_norm
Solution Set up manually, php 5.0 with apache's compatible version

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: 4,806
Posted By billah_norm
Solution Web Address For Free Downloading Of Pdf Copy Of A Php Book

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...
Showing results 1 to 25 of 25

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:36 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC