Re: [PHP-DB] More than 50 entries!!!

2009-07-10 Thread Zareef Ahmed
On Fri, Jul 10, 2009 at 3:03 PM, kranthi kranthi...@gmail.com wrote: because 2,3,4 tables have one to many corespondence. (at least 4 table does) Every heard about SQL joins? -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP-DB] More than 50 entries!!!

2009-07-10 Thread Zareef Ahmed
On Sat, Jul 11, 2009 at 5:51 AM, Zareef Ahmed zareef.ah...@gmail.comwrote: On Fri, Jul 10, 2009 at 3:03 PM, kranthi kranthi...@gmail.com wrote: because 2,3,4 tables have one to many corespondence. (at least 4 table does) Every heard about SQL joins? I was just purposing a reading about

[PHP-DB] Payment Gateways

2005-07-20 Thread Ahmed Shams
Hi all, I am working on a project that I haven't came across before and I would appreciate all the help I can get with it. Our client is requesting a payment gateway system where we communicate with the bank and provide reports and stats about the transactions. The reports part is relatively

Re: [PHP-DB] User authentication and redirect

2005-07-14 Thread Ahmed Saad
or plain HTTP authentication (which is not a very good idea). -ahmed -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] why is it so?

2004-12-30 Thread Nayyar Ahmed
Hello All, I am unable to understand when I execute etc.php, it give me the error Warning: session_start(): Cannot send session cache limiter - headers already sent . can you solve this leral ? TIA -- Nayyar Ahmad Lecturer Faculty Of Computer Science, Institute Of Management Sciences,

[PHP-DB] Trigering PHP Code

2004-12-29 Thread Nayyar Ahmed
Hello All, I have two problem in my php file i.e. 1. I want to triger some php code, soon after when a selection is done from Drop Down Menu, For Example: When user select country name the State,city menu fill dynamically. 2. I want to use a variable value gathered in one php file to some any

Re: [PHP-DB] [ Re: [PHP-DB] Filling Drop-Down Box.]

2004-12-28 Thread Nayyar Ahmed
name You can modify the code as you wish to get what you need. Alexandru Mihai Bastien Koert wrote: i suggest you google for this...there are a million examples of this kind of code bastien From: Nayyar Ahmed [EMAIL PROTECTED] Reply-To: Nayyar Ahmed [EMAIL PROTECTED

Re: [PHP-DB] how to set submit.

2004-12-28 Thread Zareef Ahmed
HI, Plesase search for post in last some days this issue has been discussed several time in the list. BTW double check the name of form submit button and register_global position. zareef ahmed On Mon, 27 Dec 2004 04:45:58 -0800 (PST), amol patil [EMAIL PROTECTED] wrote: hallo, clicking

Re: [PHP-DB] Undefined indicies

2004-12-26 Thread Zareef Ahmed
is set before doing any type of operation on it. using @ is a dangerous practice as it just hide the errors. And yes error reporting ought to be E_ALL in development environment. zareef ahmed -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net -- PHP

Re: [PHP-DB] how to connect new html page in PHP.

2004-12-25 Thread Zareef Ahmed
Hi, A simple example of the code. It send email and when it sends email it does not display the original form. Please note the use of isset() and submit button name use. zareef ahmed ?php if(isset($_POST['sendmail'])) { $to=$_POST['to']; $sub=$_POST['sub']; $message=$_POST['message

Re: [PHP-DB] how to connect new html page in PHP.

2004-12-25 Thread Zareef Ahmed
Please remove url bankdrt.com from example. it was included accidently. zareef ahmed On Sat, 25 Dec 2004 14:02:58 +0530, Zareef Ahmed [EMAIL PROTECTED] wrote: Hi, A simple example of the code. It send email and when it sends email it does not display the original form. Please note

Re: [PHP-DB] how to connect new html page in PHP.

2004-12-25 Thread Zareef Ahmed
On Sat, 25 Dec 2004 17:27:18 +0800, Jason Wong [EMAIL PROTECTED] wrote: On Saturday 25 December 2004 17:07, Zareef Ahmed wrote: On Sat, 25 Dec 2004 16:41:40 +0800, Jason Wong [EMAIL PROTECTED] wrote: On Saturday 25 December 2004 16:32, Zareef Ahmed wrote: $header=from:[EMAIL PROTECTED

[PHP-DB] Filling Drop-Down Box.

2004-12-25 Thread Nayyar Ahmed
Hello All, I want to fill drop-down box from mysql table, if any body be kind to tell me a sample code :) e.g: In my application i want to gather subject list from current semester-subject table of a student. TIA -- Nayyar Ahmad Lecturer Faculty Of Computer Science, Institute Of Management

[PHP-DB] help newbies :)

2004-12-23 Thread Nayyar Ahmed
Hello All, I am developing attendence mangement system, its my first application in PHP, I want to compaire the input text box value with table records the follwing is the code _index.htm___ .. form name = 'loginfrm' method = post action = index.php pre

Re: [PHP-DB] help newbies :)

2004-12-23 Thread Nayyar Ahmed
On Thu, 23 Dec 2004 10:57:55 -0500, Bastien Koert [EMAIL PROTECTED] wrote: you have a mysql account with that particular user identification? yes this connections works well when i query table user, in specified db. bastien From: Nayyar Ahmed [EMAIL PROTECTED] Reply-To: Nayyar Ahmed

[PHP-DB] Do you know about my lost php-mysql manual.

2004-12-23 Thread Nayyar Ahmed
Hello All, when I was in university 4 years back , one of my teacher have given me a php-mysql manual which was focused on a Jock's site development, unfortunatly I have lost it, but I am unable to find where I can get that online copy. -- Nayyar Ahmad Lecturer Faculty Of Computer Science,

Re: [PHP-DB] Do you know about my lost php-mysql manual.

2004-12-23 Thread Nayyar Ahmed
On Thu, 23 Dec 2004 17:30:29 +0100, Jochem Maas [EMAIL PROTECTED] wrote: Nayyar Ahmed wrote: Hello All, when I was in university 4 years back , one of my teacher have given me a php-mysql manual from 4 years back will probably be about as relevant as a knife in a gun fight (i.e

Re: [PHP-DB] Re: PHP Crystal Report

2004-12-21 Thread Nayyar Ahmed
On Tue, 21 Dec 2004 16:04:12 +0200, Bogomil Shopov [EMAIL PROTECTED] wrote: Hello did you try using COM objects? I think that is fully possible. Hello, Is there any tool for Pro-Linux developers, So that I can develope reports like Crystal-Report. As my network has both Linux and Windows

RE: [PHP-DB] Importing Excel and Access data to MySQL

2004-10-07 Thread Zareef Ahmed
for previous posts in the list. This topic discussed several times in the list. Googling also can help you. Zareef Ahmed = Zareef Ahmed :: A PHP Developer in Delhi ( India ) Homepage :: http://www.zasaifi.com --- Outgoing mail is certified Virus

Re: [PHP-DB] error form check box and database

2004-09-08 Thread zareef ahmed
you need \ in this line. \ is an escaping charactor for strings , there is no need of using this you should declare any variable just as $db_host=localhost; read more about using / charactor === zareef ahmed // Enter your database password here. $db_pass = \\; // Enter your database

Re: [PHP-DB] error on count()

2004-09-07 Thread zareef ahmed
return mysql_num_rows{$pss) after executing query. Third , I think it is best to use sensible variable like $query, $result, $row etc., well its depends on you. zareef ahmed = Homepage :: http://www.zasaifi.com ___ Do you Yahoo!? Win 1

Re: [PHP-DB] Building A Web Site Search Engine Using PHP / mySQL

2004-09-07 Thread zareef ahmed
Hi, http://www.zend.com/php5/casestudies/php5-orase.php You may have some lead. zareef ahmed --- Ron Piggott [EMAIL PROTECTED] wrote: I wanted to also ask about how you would build a web site search engine with php and mySQL. I had thought of setting up a table with a few columns

[PHP-DB] Re: Name searches for the spelling impaired

2004-09-06 Thread Zareef Ahmed
HI , Following php functions may be usefull http://www.php.net/soundex http://www.php.net/similar_text Just try to make good algoritham ;) Zareef Ahmed Pete Holsberg [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there a way to program MySQL so that it can find the name

Re: [PHP-DB] functions via event handlers

2004-09-06 Thread zareef ahmed
the value without reloading the flash movie. Zareef Ahmed --- Yemi Obembe [EMAIL PROTECTED] wrote: i'd just luv to ask if it is possibble to call a function in PHP by using event handlers (like onmouseover, onload) as done in javascript? if its possible, i'd appreciate someone to tutor me

Re: [PHP-DB] Re: chmod

2004-09-05 Thread zareef ahmed
back with any problem ;) zareef ahmed --- Torsten Roehr [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Dear friends, In quiz there is a dir called saved and chmod it to 0755 How do I chmod directory to 0755 Guidance, please. Typing chmod

Re: [PHP-DB] php mysql dates

2004-07-28 Thread zareef ahmed
without any problem. zareef ahmed --- Irm Jr [EMAIL PROTECTED] wrote: Hi all, currently I have a form which prompts for the user to choose a date. The dropdown lists are stored into variables: $month//e.g. January, February, ... $day //e.g 1 - 31 $year //e.g

Re: [PHP-DB] What's wrong with this QUERY??

2004-07-22 Thread zareef ahmed
work zareef ahmed $result = mysql_query($query); If i do a query where id=$thing. and $thing=20; this works fine and I get the desired result. But what is wrong with the other one, when I do search for the email address?? The email address does exist exactly as quoted above

Re: [PHP-DB] Re: MySQL query, using DISTINCT...

2004-07-06 Thread zareef ahmed
Hi, using group by can also be usefull. zareef ahmed --- Torsten Roehr [EMAIL PROTECTED] wrote: Tristan Pretty [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] com... I have a system that tracks downloads, capturing loadsa info, but of interest here, is email and filename

RE: [PHP-DB] Dates and Count

2004-07-05 Thread zareef ahmed
Hi, $query=select * from clients where date between $date1 AND $date2; zareef ahmed --- Shannon Doyle [EMAIL PROTECTED] wrote: Hi Pablo, Its exactly what I wanted. Thanks. I now have an additional question. I need to show results that appear between two dates as specified

Re: [PHP-DB] cookie issue

2004-07-01 Thread zareef ahmed
are welcome. Zareef Ahmed Thanx Flame = Zareef Ahmed :: A PHP Developer in Delhi(India). Homepage :: http://www.zasaifi.com __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com

Re: [PHP-DB] How to take Backup ?

2004-07-01 Thread zareef ahmed
Hi, If you have phpmyadmin on your system you can export all your data in sql format which can be restore again by running that sql script. make sure to check complete insert checkbox at time of export operations. Revert Back with any comment or problem. Zareef Ahmed --- Rinku [EMAIL PROTECTED

Re: [PHP-DB] cookie issue

2004-07-01 Thread zareef ahmed
:somewhere); setcookie(name,$user_name, $time+3600); I hope this should work. Please let me know the status as I am also getting interest in it. BTW I prefer session to cookies... Zareef Ahmed --- Sukanto Kho [EMAIL PROTECTED] wrote: Hi Mr. Zareef, I got issue from others that : With some

[PHP-DB] search query problem

2003-07-26 Thread Ahmed
hi i am making a simple search form how can i search more than one table for the same word i used a query and it failed here it is @ $db = mysql_connect("localhost");mysql_select_db("egycds"); $test_tr = mysql_query("select newdvd.date, newpcgames.date, olddvd.date,

[PHP-DB] search query problem

2003-07-26 Thread Ahmed Abdelaliem
hi i am making a simple search form how can i search more than one table for the same word i used a query and it failed here it is @ $db = mysql_connect(localhost); mysql_select_db(egycds); $test_tr = mysql_query(select newdvd.date, newpcgames.date, olddvd.date, screener.date, newdvd.type,

[PHP-DB] problem with starting a session

2003-07-15 Thread Ahmed
hi, i have a problem with starting a session in the page that validates the user input and sends it tothe database, when the user clicks register he gets this error Warning: session_start(): Cannot send session cookie - headers already sent by (output started at

[PHP-DB] problem with starting a session

2003-07-15 Thread Ahmed Abdelaliem
hi, i have a problem with starting a session in the page that validates the user input and sends it tothe database, when the user clicks register he gets this error Warning: session_start(): Cannot send session cookie - headers already sent by (output started at

[PHP-DB] problem with insert query

2003-06-07 Thread Ahmed Abdelaliem
hi i am wrote a script to read e-malis from a file and insert it into the tables of database i get error when i write it here is the code can anyone tell me what is wrong? ? $mails=file(mails.txt); $number_of_mails = count($mails); for ($i=0; $i$number_of_mails; $i++){ @ $db =

[PHP-DB] problem with undefined variable

2003-06-04 Thread Ahmed Abdelaliem
hi again, i use php/mysql with ISS server on windows xp professional i have a script that works well on the web to view only 50 records per page, but when i use it on my local server i get this error in the page and it views the same 1st 50 records the message in the page is Notice: Undefined

[PHP-DB] problem

2003-06-04 Thread Ahmed Abdel-Aliem
hi again, i use php/mysql and i have a form to enter data into tables insiede the database the problem is when i click the submit botton it gives me that 1 row is affected and when i check the database with phpmyadmin i find that all the data

[PHP-DB] Problem with php/mysql and ISS on windows XP profeesional

2003-06-03 Thread Ahmed Abdelaliem
hi i use php and mysql on IIS server on windows xp professional when i select anything from the database i get this : Notice: Use of undefined constant name - assumed 'name' in d:\inetpub\wwwroot\EGYCDS\index.php on line 158 Spy Hunter while evrything is going fine when i upload it on the web

Re: [PHP-DB] Problem with php/mysql and ISS on windows XP profeesional

2003-06-03 Thread Ahmed Abdelaliem
; echo stripslashes($record1[name]); echo /strong/td /tr ; } ? From: Cal Evans [EMAIL PROTECTED] To: Ahmed Abdelaliem [EMAIL PROTECTED

[PHP-DB] mail problem

2003-04-04 Thread Ahmed
hi i made a simple script to send e-mail to my mailing list it reads the e-mails from a text file and send it to them the problem that i want to send them once, not one by one which takes a lot of time cause i have a limited quota per day here is the script ?php $subject=subject;

[PHP-DB] Help with file upload

2003-03-10 Thread Ahmed Shams
I am trying to upload a file but the problem i am having is that i get no value if i used $HTTP_POST_FILES['userfile']['name'] i have my register globals on and everything but i just can't see what am i doing wrong. here is my code: /*? -$dir = .\Apache\htdoc\ ; -$dir .= $_POST['img1'];

[PHP-DB] Online free exam,

2003-03-02 Thread ahmed
there is no courses for php. sorry again ahmed IncrediMail - Email has finally evolved - Click Here