Re: [PHP] PHP Help

2009-06-02 Thread Eddie Drapkin
There's a few things about your post I'd like to comment on. One, if you're not using APC, I definitely agree with the fact that you're just wasting resources. However, you mention micro-optimizations and say that they're hardly useful, but in some cases it's a huge difference. ' vs. " is like a

Re: [PHP] PHP Help

2009-06-02 Thread Topbit
On Tue, Jun 2, 2009 at 5:33 AM, tRace DOliveira wrote: > I think that PHP is the best scripting language ever created...I'm currently > doing a study of PHP and I want to know how APC can be used to improve PHP > performance and how it can be implemented and also if there is some  other > alter

Re: [PHP] PHP Help

2009-06-02 Thread Bastien Koert
On Tue, Jun 2, 2009 at 12:33 AM, tRace DOliveira wrote: > > I think that PHP is the best scripting language ever created...I'm currently > doing a study of PHP and I want to know how APC can be used to improve PHP > performance and how it can be implemented and also if there is some  other > al

Re: [PHP] PHP Help Needed

2008-12-27 Thread John Corry
lol, Ashley! Ayemowa, http://www.google.com/search?q=becoming+a+programmer&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a You need to take your 2 steps below and break them down into smaller steps...and smaller steps...and still smaller steps. What PHP files will your app

Re: [PHP] PHP Help Needed

2008-12-27 Thread Dotan Cohen
2008/12/27 Daniel Brown : >If you've already created the UPLOAD page, then the more difficult > of the two tasks is done. Chances are, you (or whomever wrote the > code for you) should know how to do #2 if you (or another) already did > #1, but if not: > >http://www.google.com/search?q

Re: [PHP] PHP Help Needed

2008-12-27 Thread Daniel Brown
On Sat, Dec 27, 2008 at 10:47, Ayemowa Toyin wrote: > Hi, > > I am new to PHP and require your help regarding a PHP Script. Below is what > I am tryin to achieve You require an RTFM and STFW session. * http://php.net/ * http://google.com/ > 1. I have created a FILE UPLOAD

Re: [PHP] PHP Help Needed

2008-12-27 Thread Dotan Cohen
2008/12/27 Ashley Sheridan : > RTFM > > http://www.php.net > Or STFW http://justfuckinggoogleit.com/search?q=php%20mysql%20file%20download%20script -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת ا-ب-ت-ث-ج-ح-خ-د-ذ-ر-ز-س-ش-ص-ض-

Re: [PHP] PHP Help Needed

2008-12-27 Thread Ashley Sheridan
On Sat, 2008-12-27 at 07:47 -0800, Ayemowa Toyin wrote: > Hi, > > I am new to PHP and require your help regarding a PHP Script. Below is what > I am tryin to achieve > > 1. I have created a FILE UPLOAD page that lets users Upload a FIle to the > site. This and other details regarding the fil

Re: [PHP] php help.

2008-07-20 Thread Jochem Maas
Jim Lucas schreef: Belinda wrote: Good morning I have just been browsing the web for help with a php problem that is driving me mad. I didn't want to post to the site so hope that this email may get a response. I thank you in advance. I am learning php myself(self-learning) but just can get me

Re: [PHP] php help.

2008-07-19 Thread Jim Lucas
Belinda wrote: Good morning I have just been browsing the web for help with a php problem that is driving me mad. I didn't want to post to the site so hope that this email may get a response. I thank you in advance. I am learning php myself(self-learning) but just can get me head around this er

Re: [PHP] php help.

2008-07-19 Thread Venky K Shankar
On Saturday 19 July 2008 01:11:38 pm Belinda wrote: > Good morning > > I have just been browsing the web for help with a php problem that is > driving me mad. I didn't want to post to the site so hope that this email > may get a response. I thank you in advance. > > I am learning php myself(self-le

Re: [PHP] PHP help Quotations, Quotations, Quotations

2005-03-11 Thread Jason Barnett
Stg wrote: > Thanks a lot for that, I am really grateful, now it sends along the link > properly, which is great, however it is now having trouble converting spaces > to %20 and it does it for some and not others, eg > > It does this: > http://localhost/knewsl/NewsletterName.pdf > > When it should

RE: [PHP] PHP help Quotations, Quotations, Quotations

2005-03-11 Thread stg
/knewsl/Newsletter%20Name.pdf Cheers, Simon -Original Message- From: Stephen Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, 11 March 2005 1:32 PM To: stg Cc: php-general@lists.php.net Subject: Re: [PHP] PHP help Quotations, Quotations, Quotations http://www.php.net/stripslashes On Mar 10

Re: [PHP] PHP help Quotations, Quotations, Quotations

2005-03-10 Thread Stephen Johnson
http://www.php.net/stripslashes On Mar 10, 2005, at 9:17 PM, stg wrote: Hello, I am having a small issue with posting from forms; It goes like such: I have a form in which a user can type in a message and in a hidden text field a link is sent, then in the page the form goes to it sends and ema

Re: [PHP] php-help

2005-03-09 Thread Lars B. Jensen
The manual to the rescue http://jp2.php.net/stripslashes There is alot of good information in the manual, think it would benefit you alot going through some of it, especially the central chapters -- Lars B. Jensen, Internet Architect CareerCross Japan Japan's premier online career resource for en

Re: [PHP] php-help

2005-03-08 Thread Lars B. Jensen
The following should be pretty selfexplanatory * 0 * * * /usr/local/bin/php /usr/local/www/cron/sync.php -- Lars B. Jensen, Internet Architect CareerCross Japan Japan's premier online career resource for english speaking professionals http://www.careercross.com - Original Message - From: "

Re: [PHP] php-help

2005-03-08 Thread John Nichel
K Karthik wrote: sir, iam new to php i'll explain my problem .if u could help i'll be very thankful... in my mysql database i have two tables i.e., table1 and table2. i have an array of result from one query "select feild1 from table1 " i have to use this result in another query. "select f

Re: [PHP] php-help

2005-03-08 Thread Frank Arensmeier
Hi, MySQL is capable of doing very complex queries. You could boil down your query into just one single line: 'SELECT * FROM table1, table2 WHERE table2.field2 = table1.field1' A good starting point would be the MySQL manual. I would also strongly recommend you to take a look at the PHP manual f

Re: [PHP] php-help

2005-03-01 Thread Burhan Khalid
K Karthik wrote: dear friends, can u help me to find the current directory where my php files are.. using php. echo dirname($_SERVER['PHP_SELF']); Please, read the manual and search the archives. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [php] -help me

2005-02-18 Thread M. Sokolewicz
Tyler Replogle wrote: $str_array = explode("/", ""/home/karthik/welcome.php/view.php"); // $str_array[4] shoud be view.php From: K Karthik <[EMAIL PROTECTED]> To: php-general@lists.php.net Subject: [PHP] [php] -help me Date: Fri, 18 Feb 2005 11:20:29 +0530 MIME-Version: 1.0 Received: from lists.php

RE: [PHP] [php] -help me

2005-02-18 Thread Tyler Replogle
$str_array = explode("/", ""/home/karthik/welcome.php/view.php"); // $str_array[4] shoud be view.php From: K Karthik <[EMAIL PROTECTED]> To: php-general@lists.php.net Subject: [PHP] [php] -help me Date: Fri, 18 Feb 2005 11:20:29 +0530 MIME-Version: 1.0 Received: from lists.php.net ([216.92.131.4])

Re: [PHP] [php] -help me

2005-02-17 Thread Bret Hughes
On Thu, 2005-02-17 at 23:50, K Karthik wrote: > i have got string as "/home/karthik/welcome.php/view.php" > i just need "view.php" how shall i remove rest of the string. > please do help me.i am new to php. > -thanks, > karthik > Lets see if you can learn to fish. Since you are new you should le

Re: [PHP] PHP Help

2005-01-08 Thread tr
TonyC wrote / napísal (a): I have used Dreamweaver 4.0 for editing my html files and love its 'design view; so I know exactly what the file looks like before I upload to the server. We currently now are incorporating a shopping cart into our site and the files are in 'php' format. When I open a

Re: [PHP] php help for project!!

2002-11-05 Thread Khalid El-Kary
hi, check the PHP Manual about MySQL functions: http://www.php.net/manual/en/ref.mysql.php you can also check for HTML forms (including checkboxes) here: http://www.w3schools.com/html/html_forms.asp and tables (for the reports): http://www.w3schools.com/html/html_tables.asp if you face a par

Re: [PHP] PHP --help

2002-05-01 Thread CC Zona
In article <002b01c1f115$7ae52790$2f7e3393@TB447CCO3>, [EMAIL PROTECTED] (1lt John W. Holmes) wrote: > Use $_GET["fn"] and $_GET["ln"], or $_POST[], depending on your action. > > Does anybody read the release notes for a product before you download and > install it? I'm just going to save a sta

Re: [PHP] PHP --help

2002-05-01 Thread 1LT John W. Holmes
Use $_GET["fn"] and $_GET["ln"], or $_POST[], depending on your action. Does anybody read the release notes for a product before you download and install it? I'm just going to save a standard message that covers this because I see questions like this continuing until everybody upgrades. ---John

Re: [PHP] PHP Help

2002-03-02 Thread Keith
You aren't going to be able to build a php application with frontpage or any other WYSIWYG HTML editor. You are going to have to type it out, the PHP that is. If this is something that you need done right away, I suggest you hire an experienced PHP programmer. If you don't know much about MySQL or

Re: [PHP] PHP Help

2002-03-02 Thread Greg Donald
On Sat, 2 Mar 2002, Josiah Wallingford wrote: >I do not know very much about MySql or PHP but need to build a pretty >complex database and script. I need a program like (I hate to say this) >Front Page or UltraDev that will allow me to do it visually. I am on a >Mac but can run the software on a

Re: [PHP] PHP Help Requested

2002-02-16 Thread Greg Donald
> I have a template stored in a database which contains variables. Then, > in a separate file, I have the variables set, and I call the template and run > it through eval(). Unfortunately, it only is parsing a few of them. Could > somebody take a look and give me some input? Here's what my temp

Re: [PHP] php help needed, is there a bright spark out there!

2002-02-06 Thread DL Neil
Hello hamish, [msg converted from HTML to simple-text format] I have been asked to do a project that seems to be baffling me. It's not really the php which is the hard part, but the mathematical problem behind the project that is causing me to have a headache! ... =This reminds me of the test

RE: [PHP] php help needed, is there a bright spark out there!

2002-02-06 Thread Jerry Verhoef (UGBI)
Heheh... Nice problem :) But the approach I would take (ALERT PERSONAL OPINION) step one: Check in which row an item order by row desc (C first L last) is located (ROW C,F,I,L in your Xcel sheet) step two: Loop in list of row. And let him always start at the first row! step three: Three options!

Re: [PHP] PHP Help required

2001-12-04 Thread Dan McCullough
I can help, send me an email. For some reason I cant send directly to you from my account. --- MrBaseball34 <[EMAIL PROTECTED]> wrote: > I would like to know if someone could help create: > > (All mySQL Tables already created) > 1. A Registration page. Needed fields: > UID > UserName >

Re: [PHP] php help probably basic (used stripslashes but probably not the right way to do it)

2001-09-10 Thread David Robley
On Tue, 11 Sep 2001 14:20, Lance Rochelle wrote: > I am having the following problem. > I have a database that is setup as follows > > CREATE TABLE test ( > id tinyint(4) NOT NULL auto_increment, > text text NOT NULL , > PRIMARY KEY (id) > ) TYPE=MyISAM; > > I have a page after a form that