Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for billah_norm

my php session_destroy() function not working. php version: 4.0.3 Apache : 1.3.14 using MsSQL via ODBC thanx

Member Avatar for Stefano Mtangoo
0
125
Member Avatar for Erick

Hello to everyone, I'm new here - Great forum. I would like to update an entire database at once. I use Mysql database and PhP scripts. I explain : I have to update prices in one column of the DB by puting +10% This is what I have but it …

Member Avatar for almostbob
0
208
Member Avatar for billah_norm

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?

Member Avatar for johnsquibb
0
148
Member Avatar for billah_norm

[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.

Member Avatar for avmaza
0
215
Member Avatar for billah_norm

[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?? …

Member Avatar for stagepro
0
167
Member Avatar for Young Teck 06

Alright, PHP Beginner here. I was just wondering, does anybody know of any good PHP books out there and if so, can you recommend one to me that has both help with PHP and MySQL? I know some parts of PHP, such as the opening and closing tags (<?php and …

Member Avatar for Young Teck 06
0
325
Member Avatar for billah_norm
Member Avatar for Roberdin
0
124
Member Avatar for billah_norm

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 …

Member Avatar for billah_norm
0
112
Member Avatar for billah_norm

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 …

Member Avatar for billah_norm
0
98
Member Avatar for qazs

Hi, I'm trying to create some rows in a table using php code. Its like this: [code] <table border="1" cellspacing="0" cellpadding="0"> <tr> <td width>some item</td> </tr> <?php echo drawRow(); // draw another similar row ?> </table> [/code] But it turns out that the row is drawn before the table. In …

Member Avatar for qazs
0
122
Member Avatar for girish

:?: i am having the problem with cookies.. when working in windows , i can only set a maximum of 20 cookie variables not more than that.. any one tell me , how to overcome it..

Member Avatar for billah_norm
0
57
Member Avatar for andyseaton2003

Hi all, This is my first post and first attempt at PHP so sorry if this sounds daft. I'm about a fifth of the way through the php bible and a quarter through php/mysql for dummies, so it can only get better. Anyway I'm getting this error when I try …

Member Avatar for billah_norm
0
115
Member Avatar for billah_norm

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?? :-|

Member Avatar for chunguy
0
344
Member Avatar for monicao

Hy, I made a php site that is a virtual shop. The problem appears when I want to add in the basket the second product. Then I receive the following error : "Fatal error: [] operator not supported for strings in c:\apache\htdocs\cos.php on line...". I know that [] is an …

Member Avatar for billah_norm
0
77
Member Avatar for sammy1958

can someone please elaborate on code below that evaluates to 42! //$var is an integer = 42 $var = "3 mice" + 39;

Member Avatar for billah_norm
0
96
Member Avatar for billah_norm

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 …

Member Avatar for billah_norm
0
211