39,393 Topics

Member Avatar for
Member Avatar for ndeniche

i guess this question should go into the PHP forum, but since it's not a code problem, i don't know... i've just installed apache in my pc, and i'm trying to install php with it, but when i configure httpd.config assigning [inlinecode]LoadModule php5_module c:/windows/system[/inlinecode] it sais it can't load [inlinecode]c:/windows/system[/inlinecode] …

0
47
Member Avatar for j.vijayanand

Hi folks, The page load time is the one of the main factors affecting its usability most internet users will just skip a site altogether if it fails to load within a couple of a seconds. I want to initiated this thread so as we can discuss in details on …

Member Avatar for MitkOK
0
72
Member Avatar for dmotah

[code] <head> <?php $db=mysql_connect("localhost","root","") or die ('Connection error'. mysql_error()); echo "ajay<br/>"; mysql_select_db("chat") or die ('Error connecting to database'. mysql_error()); echo "connected to database"; $fr_username=$_POST["txt_username"]; $fr_password=$_POST["txt_password"]; $result = mysql_query("SELECT username,password FROM login WHERE username='$fr_username' AND password='$fr_password' "); while($row = mysql_fetch_assoc($result)) { if($result!="") { echo "good"; } else { if ($result="") { …

Member Avatar for MitkOK
0
85
Member Avatar for zonkd
Member Avatar for Puckdropper
0
191
Member Avatar for btmehta
Member Avatar for binoj_daniel
0
27
Member Avatar for cancer10

Hello, I run multiple domains/sites on my linux and windows server. I know there is a php.ini files that comes with the php installation package. But I have heard that there is a way to create a local php.ini file for each domain. Does anyone knows how to create local …

Member Avatar for MitkOK
0
231
Member Avatar for flo-0001

I m going to create a web site, but i m not good in it . A frind of mine is going to help me but he isnt here now. We got the domain and the host but still didnt got the cript. I found some free scripts on the …

Member Avatar for flo-0001
0
130
Member Avatar for cargdrac

Hi I need help I´ve just installed apache 2.2.4 and php 5.2.3 and everything works fine until I want to load myql extension I have configured the extensions dir apropiately but somehow the Apache doesnt recognize them I really need your help

Member Avatar for Berhe
0
132
Member Avatar for joshilay

hi ... i want to use php 4 and apache 2 on fedora core 4 ... butr not been able to use ... so can anyone tell me how to plugin php non apache on linux platform .... Ashish

Member Avatar for Anonymusius
0
87
Member Avatar for Dsiembab

I was wondering, I might not have this question in the right forum, But how do you disable a program from taking a screen-shot of your website? I'm just asking because I've tried to take screen-shots of some websites and some of them just shut down the program while others …

Member Avatar for stymiee
0
317
Member Avatar for kolhal

I am Working a Site for Subbmiting the products in main database Here I am using two table the merchant table and name as merchant_table and main product table name as tbl_product. After login a merchant can add the product in his merchant_product table his product display only in his …

Member Avatar for stymiee
0
60
Member Avatar for fabzster

Hi This is my first post here and I have just started using php so please be kind LOL I have tried to use the script below to do a search on the database but it keeps spitting out [B](Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource …

Member Avatar for MitkOK
0
139
Member Avatar for php_noob

Hi people of the bandwidth world!!! Hey guys How are you today? What does $THIS-> actually do? I'm advancing in OOP programming using PHP.... Please enlighten me on this or if you have resources that explains all this in "ENGLISH" Thanks Guys

Member Avatar for Fungus1487
0
138
Member Avatar for niceware

who have a PHP virsual program ? I know little on PHP, need a PHP virsual program very much.

Member Avatar for bassemyehia
0
147
Member Avatar for marjan_m

I hv make a html file on which I placed 2 fields username and passowrd.I also included a php file named "check.php" The code in the check.php is as follows: [CODE] <body> <? $con = mysql_connect("localhost","",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("alauddin", $con); $name=$_POST['txtusername']; $password=$_POST['txtpw']; …

Member Avatar for ryan_vietnow
0
105
Member Avatar for tagz017

hi guys.. need your help for retrieving selected images from the database and display it in thumbnails.. thanks

Member Avatar for flagbarton
0
89
Member Avatar for dmotah

hi, tkx bt i again need ur help guyz! im using a form with post method! bt i want wen the username and password r correct it opens another page, else it comes back to the login! plz watinf thkx

Member Avatar for Pro2000
0
103
Member Avatar for kaleidoscopelex

Im having these problems, it used to work in my website for almost a year then suddenly this error occured.. [B]Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /home/alexsl/public_html/admin/system/[B]functions.php [/B]on line 291[/B] here's [B]functions.php[/B]: [code=php] <?php // Somery, a weblogging script by Robin de Graaf, copyright …

Member Avatar for stymiee
0
162
Member Avatar for abraham.obando

has any one come across a problem when reading from a socket that sockets information are interchanged. I have a web server and using sockets i get information from another server but it so happened that two users logged in at the same time and their information was interchanged; meaning …

Member Avatar for abraham.obando
0
82
Member Avatar for binoj_daniel

How can setup an automated mailing of datadriven content on some schedule? How can i implement using PHP? Is there any configuration on the Web Control Panel? Any ideas?

Member Avatar for binoj_daniel
0
81
Member Avatar for tanha

Hello everybody, I use the WAMP5 tools which has the following features: i) Apache 2.2.4 (SERVER) ii) PHP 5.2.3 + PECL iii) SQLitemanager iv) MySQL 5.0.41 v) Phpmyadmin Suppose I have four date fields, and I have a button next to each of them, I like when I click on …

Member Avatar for MitkOK
0
70
Member Avatar for Barefootsanders

Hey everyone, I'm trying to populate an array with file information from certain directories. Currently I have an array with all the file names in it. I was wondering if anyone knew a way to get the embedded information within a file. For example, an audio file( mp3 for example) …

Member Avatar for digital-ether
0
75
Member Avatar for shank
Member Avatar for jocrenalix
0
85
Member Avatar for hbmarar

Hi, Wishes. I would like to invite peers here to give me some pointers , tips and hints on "how to" on the following doubt of mine:: Scene 1. I got 4 records listed. I check ALL and click for action. first 3 records got acted upon by a algorithm …

Member Avatar for pritaeas
0
72
Member Avatar for Barefootsanders

Hey everyone, I'm attempting to set up my own web server with apache2 and php5. I set up apache fine and it works. My problem is that when i install php5 my apache wont start. I just get an error message saying "The requested operation has failed." I attached both …

Member Avatar for Barefootsanders
0
82
Member Avatar for Pro2000

I wrote a chat program and I wrote in a page: [CODE] $ip=getenv("REMOTE_ADDR"); if ($ip=="82.23.45.66) { echo 'You cannot login!'; } [/CODE] But some times I see there are 3 computers and much logging by the same IP Address, How can I slove it?

Member Avatar for Pro2000
0
82
Member Avatar for dr4g

Hey, just made the title like that, to grab intrest ;) I'm developing a system at the moment, i'm going to implement a filter to the login section, so that only 5 invalid login attempts can be made, then its temp denied access to login with that username, for 15 …

Member Avatar for digital-ether
0
519
Member Avatar for engrr.faruk

hi, can any one tell me how to traslate date in english format to date in hijri format? Regards, faruk hossain chowdhury

Member Avatar for MitkOK
0
176
Member Avatar for sheejaanna
Member Avatar for wireshop

I've got this script to validate phone numbers. I want to allow numbers 0-9 and the characters -,(,) and + the following seems to only work if the input is all numbers and spaces. Suggestions? [code] if(!ereg("^[0-9\-\(\)\ \+]+$", $phoneNumber)||empty($phoneNumber)){ print'Please enter a valid phone number' ; $error++; } [/code]

Member Avatar for clearstatcache
0
148

The End.