[PHP] Ad management system

2001-01-14 Thread Ahmed
even near them out there ? Thanks Ahmed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] how can I CALL a PHP script from different TEXT LINKS with differentPARAMETERS?

2005-11-18 Thread ahmed
uot;how common" are these operations that needed to be applied in each case.. so you knows that better -ahmed -- ahmed

Re: [PHP] Server Client Architecture, best parctice

2005-11-20 Thread ahmed
> On 11/20/05, ahmed <[EMAIL PROTECTED]> wrote: >> BSD-style sockets > how secure are sockets?? This is very flexible. Practically, you'll need a "protocol" for client/server communication. So how secure depends on how secure is your protocol design and implement

[PHP] register_globals flag in some directories

2002-06-11 Thread Ahmed Abdalla
I am sorry if this is asked before, but I have apache 2.0.36 with php 4.2.1 in the php.ini file register_globals is set off, but i want to turn it on in some directories I tried to create .htaccess file in that directory and put in it php_flag register_globals on but its not working, so did i do

[PHP] Data Post or Get Variable Undefined

2002-06-21 Thread Salman Ahmed
Hi, In new version of php 4.2, I am trying to do post or get of data from html form to the php page. But it says undefined variable. Is there something different in new version for post and get. It do have increased security I have read but how can I do post and get. I have changed php INI fi

[PHP] Sending Html Pages

2002-05-12 Thread Salman Ahmed
Hi, I am trying to send html pages via email, that is instead of sending plain text format to the client I am trying to send Rich Text using mail function of PHP. At first I was sending -- Hello Bob, Thanks for downloading this from my site --

[PHP] Plz dont hate me for this

2002-05-15 Thread Salman Ahmed
Hi, I am also PHP lover plz dont hate me for this but I really need to know any free perl hosting company where I can host my perl script. Only circumstances has made this that I programming in perl. I have no idea where to put my question, as I always did programming in php and asked this lis

Re: [PHP] issue a value on header, not working..

2004-07-26 Thread zareef ahmed
lt = $db_view->getOne($getfile); > header('Location: clients/FILES/$catchresult'); > > Hmm, it seems simple but, its really not working.. Yes it is simple just change your single quotes to double quotes. i.e. header("Location: clients/FILES/$catchresult"); zare

Re: [PHP] Java Script or PHP

2004-07-28 Thread zareef ahmed
new windows like status bar, toolbar, width, height; for this you can use java script. PHP Can not do client side programming... zareef ahmed > > TIA > > > > Tracking #: BF4D827C022BDF46A46EC4E1BF3527362158E8A1 > > -- > PHP General Mailing List (http://www.php

RE: [PHP] Java Script or PHP

2004-07-28 Thread zareef ahmed
t $id="select id from database" http://www.test.com/docs/view_record.php?id=".$id.";' target='_blank'> click tio print "; ?> or you may write javasctipt function too. zareef ahmed > Karl-Heinz > > -Original Message- > From: za

Re: [PHP] How to nest information from different tables.

2004-07-29 Thread zareef ahmed
Hi, You can use join or make this query as follows $query="select *(or coulmn name) from event, eventdetails where event.id = eventdetails.id"; zareef ahmed --- Karl-Heinz Schulz <[EMAIL PROTECTED]> wrote: > I have two tables with relevant information's; >

Re: [PHP] download script

2004-08-11 Thread zareef ahmed
Hi, Following class may be usefull. http://www.phpclasses.org/browse/package/699.html One Advice :: Please check your script in another browsers too. some Buggy Browser may cause the problems. zareef ahmed --- Aaron Todd <[EMAIL PROTECTED]> wrote: > I was going to post another

Re: [PHP] Sending email

2004-08-22 Thread zareef ahmed
est"; mail($to, $subject, $body, $header); Will do the needfull. zareef ahmed --- Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to send a test message with the following > specifications: > > 1. The message is sent by [EMAIL PROTECTED] >

Re: [PHP] Re: Broken data within an Array

2004-09-01 Thread zareef ahmed
> > > Following the query I have this: > > > > > { > > $DateAdvertised=$row["DateAdvertised"]; > > $DateAdvertisedBroken = explode("-", > $DateAdvertised); > > This should be like this http://www.zasaifi.com __

Re: [PHP] Multi-User Text-Editing

2004-09-06 Thread zareef ahmed
Hi, look at it http://www.freebsd.org/projects/cvsweb.html may be usefull. zareef ahmed --- raditha dissanayake <[EMAIL PROTECTED]> wrote: > Daniel Schierbeck wrote: > > > Michal Migurski wrote: > > > >>> What i want is basically a way for m

Re: [PHP] unable to use pear

2004-09-06 Thread zareef ahmed
Hi, Make sure you have installed the pear and double check your included path in your php.ini . As per your message it seems that your pear should be in c:\php4\pear . Check for it and revert back. Zareef Ahmed --- Auditour <[EMAIL PROTECTED]> wrote: > Dear sirs, >

Re: [PHP] converting seconds since unix epoc to date array

2004-09-06 Thread zareef ahmed
Hi, Try $date="-MM_DD"; $da=explode("-",$date); Now $Y=$da['0']; $M=$da['1']; $D=$da['2']; then use mktime(); Hope you will get the results. zareef ahmed --- Jason FB <[EMAIL PROTECTED]> wrote: > Can anyone tell me how to

Re: [PHP] Downloading a part of a file

2004-09-07 Thread zareef ahmed
solutions. http://in.php.net/curl zareef ahmed --- Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi all, > > Please tell me how can I fetch an html document from > a web page, let's say > starting from the character 1000, and get the text > until the caracter 5000. &g

Re: [PHP] unzipping

2004-09-07 Thread zareef ahmed
HI Mag ! look at it http://www.phpclasses.org/browse/package/945.html zareef ahmed --- Mag <[EMAIL PROTECTED]> wrote: > Hi, > Anybody know of a good class, tutorial or something > easy to let me unzip a file on my server? > > E.g: > I have 3 uploaded zip files named

[PHP] Fwd: [ilugd] PHP and World Pay

2004-09-07 Thread zareef ahmed
--- Pushpendra Tiwari <[EMAIL PROTECTED]> wrote: > Date: 7 Sep 2004 08:25:04 - > From: "Pushpendra Tiwari" > <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [ilugd] PHP Help nedded urgently..! > > Dear Friends, > Hi..! > > I am PHP Programmer. I want to know that has any > body imp

Re: [PHP] Upload not working...

2004-09-07 Thread zareef ahmed
--- "Deependra b. Tandukar" <[EMAIL PROTECTED]> wrote: > I tried this form to upload a file. > > > > Untitled Document > > > > > you should define enctype > > > > > > > > with the following code: > > copy($userfile, > "/var/www/html/upload/data/$userfile_name"); > unlink($user

Re: [PHP] Explode, Arrays and Checkboxes

2004-09-08 Thread zareef ahmed
ay_combine > I have a form, with checkboxes that are named > $product[1] through [40]. Next to them are > textboxes labeled $price[1] through [40]. How would > make the form, when it loads, have $product[2], > [10], [34] checked, with $price[2], [10], and [34] > equal to "28

Re: [PHP] ftp_nlist()

2004-09-12 Thread zareef ahmed
Hi, --- Jason Wong <[EMAIL PROTECTED]> wrote: > Not sure why you would want to chdir first. Why not > just: > ftp_chdir is usefull on windows specially if directory name has a space in it. zareef ahmed ===== Zareef Ahmed :: A PHP Developer in Delhi ( India ). H

Re: [PHP] gtk is working in php 5 ?

2004-09-12 Thread zareef ahmed
.php > > visit http://gtk.php.net ;) zareef ahmed = Zareef Ahmed :: A PHP Developer in Delhi ( India ). Homepage :: http://www.zasaifi.com/zareef_ahmed.php ___ Do you Yahoo!? Shop for Back-to-School deals on Yahoo! Shopping. http://shoppin

Re: [PHP] Re: Evaluating form posts

2004-09-12 Thread zareef ahmed
HI, A good article about magic quotes http://www.webmasterstop.com/tutorials/magic-quotes.shtml zareef ahmed --- Alexander Kleshchevnikov <[EMAIL PROTECTED]> wrote: > You should chech for configuration of magic quotes > gpc. > Use get_magic_quotes_gpc() func

Re: [PHP] Delete Line from File?

2004-09-13 Thread zareef ahmed
Hi, some function with whihc you can do this file(); foreach(); zareef ahmed --- Nick Wilson <[EMAIL PROTECTED]> wrote: > Whats the easiest/best way to do that with php? > just replace the line with ''? > -- > Nick W > > -- > PHP General Ma

Re: [PHP] accessing querystring values

2004-09-21 Thread zareef ahmed
/function.parse-str.html Zareef Ahmed --- AMC <[EMAIL PROTECTED]> wrote: > Hi, > > How do you access values sent to a page as part of a > querystring in php? > > ac > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http

Re: [PHP] How to implement mass emailing?

2004-10-06 Thread zareef ahmed
t(), for disable time limit just use set_time_limit(0). BTW register_shutdown_function() can be helpfull in handling performance related doubts. zareef ahmed > Any ideas? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] getting rid of NOTICE

2004-10-06 Thread zareef ahmed
er not found"; > exit; > } > else { > $gn= $resultEntries[0]["givenname"]; > $sn= $resultEntries[0]["sn"]; > $photo = $resultEntries[0]["jpegphoto"]; here p is small in jpegphoto. Got it

Re: [PHP] crypt() source

2004-10-07 Thread zareef ahmed
he same way. Can anyone supply me with some code > that will? > you ought to ask it in a java list. zareef ahmed > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > = Zareef Ahmed :: A PHP Developer in

RE: [PHP] url

2004-10-20 Thread Zareef Ahmed
a problem unless the servers are on fire!" I think this should be changed to "There no such thing as a problem unless the servers are on change" ;) Zareef Ahmed ---- Zareef ahmed :: a php developer in delhi

RE: [PHP] Send variable in include()

2004-10-20 Thread Zareef Ahmed
to double quotes. - guestbook.php - $offset gets value "$offset" instead of "0" $option has correct value, "view" How do I write my include so it works? Would appriciate som help. Regards, Pete - Zareef Ahmed :: A PH

Re: [PHP] HELP SQL INJECTION

2009-07-10 Thread Zareef Ahmed
of your case. Zareef Ahmed On Sat, Jul 11, 2009 at 3:50 AM, Daniel Brown wrote: > On Fri, Jul 10, 2009 at 18:11, Chris Payne > wrote: > > > > Sorry I post at the top because i'm legally blind and it's easier but > > i'll try to post at the bottom :-) >

Re: [PHP] I am RTFM, but still stumbling on how to get built-in functions parsed in heredoc

2009-07-10 Thread Zareef Ahmed
; govinda.webdnat...@gmail.com > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] PHP not running properly

2009-07-10 Thread Zareef Ahmed
w.php.net/unsub.php > > > > > > Your error handling is logging the errors, not displaying them to the > screen. Check the php ini file settings for that. > > -- > > Bastien > > Cat, the other other white meat > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] I am RTFM, but still stumbling on how to get built-in functions parsed in heredoc

2009-07-11 Thread Zareef Ahmed
On Sat, Jul 11, 2009 at 6:14 AM, Govinda wrote: > On Jul 10, 2009, at 6:34 PM, Zareef Ahmed wrote: > > heredoc was there to work with the strings... why you want to use >> functions into that? >> > > I'm lazy. Like to type less. ;-) It is well known fact th

Re: [PHP] I am RTFM, but still stumbling on how to get built-in functions parsed in heredoc

2009-07-11 Thread Zareef Ahmed
ng as it works Sorry for TOP posting This mailing list also don't force us to be good :) Zareef Ahmed On Sun, Jul 12, 2009 at 4:50 AM, Eddie Drapkin wrote: > On Sat, Jul 11, 2009 at 5:37 PM, tedd wrote: > > At 3:34 AM +0700 7/12/09, Lenin wrote: > >> > >

Re: [PHP] MySql Injection advice

2009-07-11 Thread Zareef Ahmed
moved the slashes from any external source including databases... It was there to make the life of developer somewhat easier ()... magic quotes things are deprecated and completely will be removed in PHP 6 > > $new_fname = mysql_real_escape_string($new_fname); > $new_lname = mysql_real_escape_string($new_lname); > > > $result = mysql_query("SELECT * FROM phonedir WHERE fname = '$new_fname' && > lname = '$new_lname'"); > $num_rows = mysql_num_rows($result); > > if($num_rows > 0) > > { >echo $fname." ".$lname." already exists"; > } > > else >{ > > mysql_query("INSERT INTO phonedir > (fname, lname) VALUES('$new_fname','$new_lname')") > or die(mysql_error()); > > > > or > > > mysql_query("INSERT INTO phonedir > (fname, lname) > > VALUES('".mysql_real_escape_string($new_fname)."','".mysql_real_escape_string($new_lname)."')") > or die(mysql_error()); > > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] MySql Injection advice

2009-07-11 Thread Zareef Ahmed
t; > $new_fname = mysql_real_escape_string($new_fname); > > > $new_lname = mysql_real_escape_string($new_lname); > > > > > > > > > $result = mysql_query("SELECT * FROM phonedir WHERE fname = > '$new_fname' > > > && lname = &#x

Re: [PHP] A prepared statements question

2009-07-12 Thread Zareef Ahmed
quot;I am having problem" statement is not good enough. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] MySql Injection advice

2009-07-12 Thread Zareef Ahmed
understanding of the actual problem may be wrong thus the suggestion in context) I am sorry if I offended anyone > > I would hate to review code with such lack of forethought and consideration > for others to read. > > tedd > > -- totally useless post follows: > >

Re: [PHP] MySql Injection advice

2009-07-12 Thread Zareef Ahmed
On Sun, Jul 12, 2009 at 8:42 PM, tedd wrote: > At 8:24 PM +0530 7/12/09, Zareef Ahmed wrote: > >> On Sun, Jul 12, 2009 at 6:32 PM, tedd <<mailto:tedd.sperl...@gmail.com> >> tedd.sperl...@gmail.com> wrote: >> >> Hi gang: >> >> I am top posti

Re: [PHP] HTTP headers and include()

2009-07-12 Thread Zareef Ahmed
s some application setups ) but I am wondering why you are not getting information about exact place where output is being started. You should get a "headers already sent output started at " kind of error if you have enabled error reporting with display_errors ON. > > James

Re: [PHP] HTTP headers and include()

2009-07-12 Thread Zareef Ahmed
On Sun, Jul 12, 2009 at 11:27 PM, James Colannino wrote: > Zareef Ahmed wrote: > > > You should get a "headers already sent output started at " kind of > error > > if you have enabled error reporting with display_errors ON. > > Actually, I did. I just d

Re: [PHP] PHP/mysql equivalent of PEAR's tableInfo()??

2009-07-12 Thread Zareef Ahmed
n line 53 > > Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result > resource in /home/meee/public_html/somedir/test.php on line 55 > > Warning: Invalid argument supplied for foreach() in > /home/meee/public_html/somedir/test.php on line 55 > > -- > I am looking forward to when I have enough of my bearings that I can just > cruise around all the various docs and figure out my own answers. Now > there are just so many unknowns, I often can't tell which way to even look > to solve the issues. > -G > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

Re: [PHP] Dual PHP installation and session sharing

2009-07-19 Thread Zareef Ahmed
ion. > > > Thanks in advance! > -- Zareef Ahmed :: A PHP Developer in India ( Delhi ) Homepage :: http://www.zareef.net

[PHP] how i assign a js variable to a php variable

2009-09-17 Thread saeed ahmed
hello guys, i'm new here in this list. guys i need a help. i can't assign a js variable value to a php variable. how can i do this? -- Regards, Saeed Ahmed Rajshahi, Bangladesh Blog: http://saeed05.wordpress.com -- Follow Me Linkedin <http://www.linkedin.com/in/sas05>Twitter<

Re: [PHP] Ckeckbox list populated from database

2009-09-20 Thread saeed ahmed
you can do that here is the example, > -- Regards, Saeed Ahmed Rajshahi, Bangladesh Blog: http://saeed05.wordpress.com -- Follow Me Linkedin <http://www.linkedin.com/in/sas05>Twitter<http://twitter.com/saeed05>

[PHP] Happy New Year

2009-12-31 Thread saeed ahmed
hi all my friends, Happy New Year... from BANGLADESH regards, saeed

[PHP] Got a packet bigger than 'max_allowed_packet' bytes

2010-02-01 Thread saeed ahmed
900KB then its show "Got a packet bigger than 'max_allowed_packet' bytes" . where I'm doing wrong? please help me out there... - Regards Saeed Ahmed http://saeed05.wordpress.com -

[PHP] how to get the local time

2010-03-15 Thread saeed ahmed
hi friends, I'm trying to set local time in my php script. I was trying date and time function but its always show the server time not local time. i need help on this problem. how can i set the local time. i need sweden time zone - Regards Saeed Ahmed http://saeed05.wordpress.com -

[PHP] wiki api help needed with php

2010-04-10 Thread saeed ahmed
guese section of wiktionary. which api will use for this? I need your useful suggestions please. - Regards Saeed Ahmed http://saeed05.wordpress.com -

[PHP] collect string from string

2010-04-22 Thread saeed ahmed
ns. Synonyms * {{italbrac-colon|dried leaves of tea plant}} [[tea leaves]] * {{italbrac-colon|drink made by infusing parts of various other plants}} [[herb tea]], [[herbal tea]], [[infusion]], [[tisane]] Derived terms " now I want to collect only the string which are start with '#'. how can I do this? please suggest me. - Regards Saeed Ahmed http://saeed05.wordpress.com -

Re: [PHP] collect string from string

2010-04-22 Thread saeed ahmed
this is not working /^(\#.+)$/g I have tried the preg_match function - Regards Saeed Ahmed http://saeed05.wordpress.com - On Thu, Apr 22, 2010 at 11:39 PM, Ashley Sheridan wrote: > On Thu, 2010-04-22 at 23:41 +0600, saeed ahmed wrote: > > hello friend, > > I have a st

Re: [PHP] collect string from string

2010-04-22 Thread saeed ahmed
yes I have used preg_match_all and preg_match. now its working. thanks a lot guys - Regards Saeed Ahmed http://saeed05.wordpress.com - On Fri, Apr 23, 2010 at 4:40 AM, Ashley Sheridan wrote: > On Fri, 2010-04-23 at 02:38 +0600, saeed ahmed wrote: > > > this is

[PHP] special character problem

2010-04-27 Thread saeed ahmed
ts remove all special character including é, ã, õ, which I do not want to. I want to remove special character except these three. please suggest me... - Regards Saeed Ahmed http://saeed05.wordpress.com -

[PHP] dompdf class problem

2010-05-18 Thread saeed ahmed
I extremely sorry, if my topic isn't related with this group. I apologizes for this. I'm trying to add page number on the pdf. I have try the below code. but couldn't get the page number at the pdf. where I'm doing wrong. please suggest me. '; $html .=' $font = Font_Metrics

[PHP] image thumbnail from blob data

2010-06-06 Thread saeed ahmed
this with some HTML code then its not working. Ok I understand its not working because the header already sent by the browser. now suggest me what should I use there to retrieve the image from database? I have to mix the HTML code in my script. So is their any other way to do this without header? s

[PHP] Re: Test [don't read]

2010-06-07 Thread Ahmed Mohsen
On 6/7/2010 9:15 PM, João Cândido de Souza Neto wrote: I couldn´t resist. "tedd" escreveu na mensagem news:p0624080cc832e662f...@[192.168.1.102]... -- --- http://sperling.com http://ancientstones.com http://earthstones.com me too ;) -- PHP General Mailing List (http://www.php.n

[PHP] Redirect to

2010-06-10 Thread Ahmed Mohsen
nter (example.com) and it redirects to the public folder and shows only (example.com/index.php) in the URL. And for login.php should display (example.com/admin/login.php) not (example.com/public/admin/login.php) Kind regards, Ahmed. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] is

2010-06-10 Thread Ahmed Mohsen
I know that i should use the full open tag in php but i want to know if its good to use this tag instead of -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Redirect to

2010-06-10 Thread Ahmed Mohsen
Thanks for help. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is

2010-06-10 Thread Ahmed Mohsen
On 6/11/2010 2:49 AM, Daniel Brown wrote: On Thu, Jun 10, 2010 at 19:35, David Harkness wrote: According to some PHP 6 will remove support for short tags. They won't be disabled by default--the feature simply won't exist. http://www.slideshare.net/thinkphp/php-53-and-php-6-a-look-ahead

Re: [PHP] is

2010-06-11 Thread Ahmed Mohsen
ey have no content, you should use tags, otherwise use the full open and close tags around the content. CONTENT -- Kind regards, Ahmed Mohsen. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] is

2010-06-11 Thread Ahmed Mohsen
d use preprocessing. Do it like so: Hey Daevid, does this form improve anything in processing time or it's just for the sake of readability? -- Kind regards, Ahmed Mohsen. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Encrypt and Decript email using PHP

2010-06-20 Thread saeed ahmed
hello friends, Is there a way to send an encrypted email from server-side PHP, and then decrypt it using an email client such as Outlook? regards saeed http://saeed05.wordpress.com

[PHP] which one is faster

2010-10-05 Thread saeed ahmed
$a = 'hey'; $b = 'done'; $c = $a.$b; $c = "$a$b"; which one is faster for echo $c.

Re: [PHP] Re: SEO Experts?

2010-10-07 Thread Zareef Ahmed
e, photos and so on. > > If you like, run through http://www.flowmarketing.co.uk and fill in the > form where you get stuck. It's obviously a work in progress :-) and I'll > complete the page that you end up at. > > By all means email me the website and I can be more specific. > > Good luck :-) > > Cheers > J > http://www.johnallsopp.co.uk > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Zareef Ahmed http://www.zareef.net

[PHP] CGI PHP vs. FastCGI vs. mod_php vs. application server?

2011-10-12 Thread saeed ahmed
also be compiled and loaded once - mod_php : same as FastCGI? - application server : the application is compiled and loaded once; the application can either have its own web server, or use a web server as front end, and only handle its own part Any tips much appreciated, thank you. -- Saeed Ahmed

[PHP] starting php by asking basic questions

2011-10-16 Thread saeed ahmed
i want to learn php and i do not know much and my english is also limited.isthere anyone who can explain me php by most simple example,like explainig to a child,something like this:if you put "this" symbol or writing, in your php script,when someone open this page,will see this message"long time no

[PHP] php sqlite

2011-11-05 Thread saeed ahmed
i want to start with php sqlite.which light weight versions should i download?i have win xp sp3.

[PHP] offline practice

2011-12-09 Thread saeed ahmed
i have learned a bit to work php-mysql but i want to practice to know more.at this moment i only can do primary works.creating users,inserting data,viewing very simple reports.i want to practice any sample php_mysql site offline.any help please. thanks

[PHP] array

2011-12-31 Thread saeed ahmed
how can you explain someone in a simplest and everyday use example of ARRAY. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] free space

2012-01-31 Thread saeed ahmed
is there any free server where one can practice php(myadmin) - sql without installing on personal computer?

[PHP] hello everybody

2012-03-18 Thread saeed ahmed
i am a full time warehouse worker and do not have time.i hardly can spend 2/3 hours a week on internet(at work we do not use internet but only computer)i am learning php and have xampp installed on my computer and i think i am learning slowly slowly.i want ot ask one favor to someone,who is capable

Re: [PHP] explanation

2005-02-09 Thread Zareef Ahmed
> doesnt work. > Can someone please explain this to me? What does the "->" do? How to > solve that problem above? -> operator used to accsses the method and properties of an object Here B is an object and var1 is an member variable. do a print_r($B->var1);

Re: [PHP] Student Suspended Over PHP use.

2005-02-11 Thread Zareef Ahmed
Hi, News is very old it was published in june 2000. zareef ahmed On Thu, 10 Feb 2005 07:24:27 -0600, Steve Buehler <[EMAIL PROTECTED]> wrote: > Shouldn't have taken your Cat to school with a bag of catnip. That was > asking for trouble. :) > > Steve > > At 0

Re: [PHP] PHP to C interface?

2005-02-18 Thread Zareef Ahmed
Hi, Please Visit http://pear.php.net/package/Inline_C may be usefull zareef ahmed On Fri, 18 Feb 2005 01:19:19 -0800, N Deepak <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to invoke C functions in a library (.so) from PHP? > Like Xs in Perl? > > Than

Re: [PHP] Code Analyzer Needed ..can somebody suggest ?

2005-02-19 Thread Zareef Ahmed
Hi Ramya, Try Zend Studio from zend.com zareef ahmed On Fri, 18 Feb 2005 22:22:34 +0530, Ramya Ramaswamy <[EMAIL PROTECTED]> wrote: > Hey people, > > Am in the look out for a code analyzer for PHP...can somebody help me > out with that?Please... > > Many Thankx >

Re: [PHP] Can't figure mail & post out

2005-03-06 Thread Zareef Ahmed
ue is not here. > $sendto = "$row[1]"; > echo "Row one output = $sendto"; > mail ($_POST['sendto'],'Testing', $body, $headers); Again you are sending the mail to same person very time. > echo "Sent to $row[1]";} Again problem. &g

Re: [PHP] Newbie Question re substr

2005-03-07 Thread Zareef Ahmed
) { > $table_of_contents[] = " > title='{$article['title']}'>{$article['title']} > $article['content'] = substr($article['content'], 0 200);"; change these two lines to title='{$article['title']}&#x

Re: [PHP] Can't figure mail & post out

2005-03-07 Thread Zareef Ahmed
On Mon, 7 Mar 2005 10:02:32 +0530, anirudh dutt <[EMAIL PROTECTED]> wrote: > On Mon, 7 Mar 2005 08:37:52 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > > > Please take a look at php manual and try to know something about > > $_POST, $_G

[PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
Hi All, I have a function to load the classes and return the object. function LoadClass($ClassName) { require_once("Class.$ClassName.inc"); return new $ClassName(); } Its working fine. But Zend Studio's Code completion is not working for this type of object, Any hints?

Re: [PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
gt; require_once "Class.bar.inc"; > } > ?> > > It will slow things down a bit, loading classes you don't need, but > hopefully Zend Studio will pick up on all the classes that way. Yes Zend Studio works fine in this way. Actually function was created to loa

[PHP] Re: Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
be something like: > -- > $user_obj = LoadClass('user'); > /* @var $user_obj user */ > $user_obj->youShouldHaveCodeCompletionNowForThisObject(); > -- Yes Jamie It works. Thanks a lot zareef ahmed > > You'll need to make sure that Zend Stu

Re: [PHP] Classes code completion and Zend Studio

2005-03-14 Thread Zareef Ahmed
On Mon, 14 Mar 2005 23:30:51 +, Alister Bulman <[EMAIL PROTECTED]> wrote: > On Mon, 14 Mar 2005 19:14:37 +0530, Zareef Ahmed <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I have a function to load the classes and return the object. >

Re: [PHP] Class/object storing itself in a database

2005-03-14 Thread Zareef Ahmed
t. > > What happens when you run: > > echo $this; > > ..your query is going to save the same thing. > > try serialize($this) instead. and do not forgot to unserialize($fieldvalue) ;) zareef ahmed > > -Robby > > -- > /***

[PHP] Cleints Machine's Network Properties(NetMask, Default Gateway)

2005-03-31 Thread Zareef Ahmed
Hi All, Is it possible to get client's machines network properties like Netmask, Default gateway, I can get the IP address, but unable to get other details. zareef ahmed -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] strange problem, seems to be related to the character '$'

2005-03-31 Thread Zareef Ahmed
Hi Chris, I tried to reproduce the problem with vertsoin 4.3.3 and 5, and its working fine(producing same string). If you have not find a bug in bug database why not submit a new bug? anyway changing single quotes to double may help ;) zareef ahmed On Apr 1, 2005 2:36 AM, Chris Francy

Re: [PHP] booking

2005-04-01 Thread Zareef Ahmed
Hi , read about uniqid() function, it may be usefull. zareef ahmed On Apr 1, 2005 12:03 PM, Rob Agar <[EMAIL PROTECTED]> wrote: > hey up all, > > anyone have a snippet for generating a unique booking reference string, > say 6-10 characters long? The kind of thing you g

Re: [PHP] Catching error from mail function?

2005-04-01 Thread Zareef Ahmed
Hi, First of all set error reporting to E_ALL, you may get the error string. zareef ahmed On Apr 1, 2005 8:30 AM, Ben Cheng <[EMAIL PROTECTED]> wrote: > Hi I'm using the mail() function to send email and I know it's failing > because it's returning a false but ho

Re: [PHP] Retrieve URL of website

2005-04-01 Thread Zareef Ahmed
HI, Look for $_SERVER['REQUEST_URI']; But Dear first you should search the documentation , it is very easy to notice if you can use phpinfo(); zareef ahmed On Apr 2, 2005 8:12 AM, HarryG <[EMAIL PROTECTED]> wrote: > Hi, > > I want to retrieve the complete url

Re: [PHP] PHP based project management

2005-05-05 Thread Zareef Ahmed
Hi, Look for phpcollab. zareef ahmed On 5/4/05, Neal Carmine <[EMAIL PROTECTED]> wrote: > Hi, > > There are a lot of open source project management packages. .Project, > netoffice and others. Does anyone have a recommendation on the best overall > project management

Re: [PHP] Online Users

2004-07-01 Thread zareef ahmed
than (currenttime-MAX_EXPIRE_TIME) 4. Display row count of active_users to visitors. This is just a hint. Some knowldge of php/any database assumed , Revert back with any comment or problem. zareef ahmed --- Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Matt Palermo: >

Re: [PHP] PHP Bug ?

2004-07-01 Thread zareef ahmed
Hi, which version on php u r using? it should work. (Actually working on own system with php 4.3.2) try $country_list[($country_symbol['AU'])]; Zareef Ahmed --- adwinwijaya <[EMAIL PROTECTED]> wrote: > Hi... > > I found a bug (may be) > I tried to do like this

Re: [PHP] Online Users

2004-07-02 Thread zareef ahmed
--- Matt Palermo <[EMAIL PROTECTED]> wrote: > Okay, I actually found out how to list the users, > but you have the following > line of code: > > define('SITE_ONLINE_EXPIRE', 900); > > What is the 900? Is that 900 seconds? > Yes time is in seconds. z

Re: [PHP] conditional includes in class functions

2004-07-05 Thread zareef ahmed
and include may help you. http://www.faqts.com/knowledge_base/view.phtml/aid/6 = Zareef Ahmed :: A PHP Developer in Delhi(India). Homepage :: http://www.zasaifi.com __ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! htt

Re: [PHP] problem with crypt

2004-07-05 Thread zareef ahmed
roblems. No > errors, nothing, password is updated but to unknown > value. what do you mean by unknown value. is it string "unknown value"??? or something else you can not recognise. It should not be a problem as long as you are able to validate it. zareef ahmed > > Is this

Re: [PHP] .htaccess file

2004-07-05 Thread zareef ahmed
d you help me, with > solving this problem? Please check if you ( the user which runs apache, usually named 'nobody') has permissions to write. You may(should) change the permissions of the file to modify it. zareef ahmed > Thank you. > > -- > PHP General Mailing Lis

[PHP] E-bay API and PHP

2004-07-06 Thread zareef ahmed
ahmed = Zareef Ahmed :: A PHP Developer in Delhi(India). Homepage :: http://www.zasaifi.com __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail -- PHP General Mailing List (http

  1   2   3   >