[PHP-WIN] Re: [phpXperts] Re: [PHP-WIN] Need help with mysql error

2013-06-20 Thread Shiplu
You can use reserved keywords as column names too. Just use ` to enclose the name. Like `add`

[PHP-WIN] Re: [phpXperts] Re: [PHP-WIN] Need help with mysql error

2013-06-20 Thread shiplu
On Jun 7, 2013 9:28 PM, "Gu®u" wrote: > > > > Hi All, > > Yes 'add' is a reserved word & that was my mistake. I was looking it from PHP side all the time. I didn't thought about MYSQL stuff. I have changed it to 'os_add' and now its working. Thanks guys. You guys rock :) > You can use reserved ke

Re: [PHP-WIN] Need help with mysql error

2013-06-07 Thread Gu®u
Kuhl wrote: > -Original Message- > From: GuRu [mailto:nagendra802...@gmail.com] > Sent: 07 June 2013 12:22 PM > To: php-windows@lists.php.net; php mysql; phpexpe...@yahoogroups.com > Subject: [PHP-WIN] Need help with mysql error > > Hi All, > > I am working a a

RE: [PHP-WIN] Need help with mysql error

2013-06-07 Thread Arno Kuhl
-Original Message- From: GuRu [mailto:nagendra802...@gmail.com] Sent: 07 June 2013 12:22 PM To: php-windows@lists.php.net; php mysql; phpexpe...@yahoogroups.com Subject: [PHP-WIN] Need help with mysql error Hi All, I am working a a project in which there is a table with some variables

Re: [PHP-WIN] Need help with mysql error

2013-06-07 Thread Jacob Kruger
spirit...' - Original Message - From: "Gu®u" To: ; "php mysql" ; Sent: Friday, June 07, 2013 12:21 PM Subject: [PHP-WIN] Need help with mysql error Hi All, I am working a a project in which there is a table with some variables. I have a form with which I pul

[PHP-WIN] Need help with mysql error

2013-06-07 Thread Gu®u
Hi All, I am working a a project in which there is a table with some variables. I have a form with which I pull the filled data by user and want to put into mysql dtabase. Below is my query. $sql="INSERT INTO recipt (date, pt_name, age, od_sph, od_cyl, od_axis, os_sph, os_cyl, os_axis, add, d_sph

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Jacob Kruger
e: BlindZA '...fate had broken his body, but not his spirit...' - Original Message - From: "Guru™" To: ; "PHP DB" ; "php mysql" ; Sent: Monday, April 04, 2011 2:21 PM Subject: [PHP-WIN] Need Help with PHP Mails Hi All, I have this HTML form &l

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Tac Tacelosky
Use PHPMailer, it is MUCH, MUCH, MUCH better than the native mail() function built into PHP. If you have a google account, you can set it up to use that as your mail server, saving you all sorts of headaches involved with sending mail from Windows, especially from a home machine with a dynamic IP

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi, > > Here is the PHP script I am using to send email to myself. > > > > $party_name = $HTTP_POST_VARS['party_name']; > $contact_no = $HTTP_POST_VARS['contact_no']; > $email = 'nagendra802...@gmail.com'; > > > mail($email,$party_name,$contact_no); > > ?> > > > > 2011/4/4 Richa

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi, Here is the PHP script I am using to send email to myself. 2011/4/4 Richard Quadling > 2011/4/4 Guru™ : > > Hi Richard, > > I am using simple PHP mail function but, I am unable to send an email to > > myself. What I want is when the user click on submit button I should get > an > > emai

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi Richard, > I am using simple PHP mail function but, I am unable to send an email to > myself. What I want is when the user click on submit button I should get an > email with the form data. > > > > 2011/4/4 Richard Quadling >> >> 2011/4/4 Guru™ : >> > Hi All, >> > >> > I have

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi Richard, I am using simple PHP mail function but, I am unable to send an email to myself. What I want is when the user click on submit button I should get an email with the form data. 2011/4/4 Richard Quadling > 2011/4/4 Guru™ : > > Hi All, > > > > I have this HTML form > > > > > > > >

Re: [PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Richard Quadling
2011/4/4 Guru™ : > Hi All, > > I have this HTML form > > > > > > >   >     >       cellpadding="0" cellspacing="0" bordercolor="#00"> >         >           align="right">Your Name >           type="text" size="50" /> >  

[PHP-WIN] Need Help with PHP Mails

2011-04-04 Thread Guru™
Hi All, I have this HTML form Your Name Contact Numbers (please specify STD code) Email

[PHP-WIN] Need help with an extra backslash

2011-03-01 Thread nagendra prasad
Hi All, I have a list of product in which WIRE MESH 24G X 3/4" is one of them. When I am trying to print the same its coming like WIRE MESH 24G X 3/4\". I want to remove the extra "\" backslash from the result page. Please help me with this. Best, Guru.

Re: Fwd: Re: [PHP-WIN] Need help getting syntax correct on 2 related problems.

2010-12-19 Thread Bill Mudry
4) (4) Date: Sat, 18 Dec 2010 05:01:08 GMT From: Niel Archer To: php-windows@lists.php.net Reply-To: php-windows@lists.php.net X-Mailer: Becky! ver. 2.48.02 [en] Subject: Re: [PHP-WIN] Need help getting syntax correct on 2 related problems. > I have worked up an SQL script that needs expan

Re: [PHP-WIN] Need help getting syntax correct on 2 related problems.

2010-12-17 Thread Niel Archer
> I have worked up an SQL script that needs expansion into two > different scripts to take care of two different needs. They can be > worked from one table, the 'species' file while the second will > probably need the species file to have a join to the sci_genus file. > > First, perhaps I should p

[PHP-WIN] Need help getting syntax correct on 2 related problems.

2010-12-17 Thread Bill Mudry
I have worked up an SQL script that needs expansion into two different scripts to take care of two different needs. They can be worked from one table, the 'species' file while the second will probably need the species file to have a join to the sci_genus file. First, perhaps I should put a few wo

[PHP-WIN] Need help in running a script

2010-10-25 Thread Chaitanya Yanamadala
Hai I have developed an application in the perl and it is working fine. Now the problem is that everytime i need to run the script i need to login to the server and do it from there. Is there any possibility that if i send an http request from a browser automatically the script start running in th

Re: [PHP-WIN] Need Help with database output

2010-08-28 Thread Phansys Corp
Hi Nagendra! 0) { echo 'Col1Col2Col3'; do { echo '', $row_rs_query['Col1'], '', $row_rs_query['Col2'], '', $row_rs_query['Col3'], ''; } while($row_rs_query = mysql_fetch_assoc($rs_query)); echo ''; } mysql_free_result($rs_query); ?> 2010/8/28 nagendra prasad > Hi All, > > I have a

[PHP-WIN] Need Help with database output

2010-08-28 Thread nagendra prasad
Hi All, I have a database and I want to show it in 3 columns Like Col1 Col2 Col3 data1 data2 data3 data4 data5 data5 ... I tired using table but its not working. Please help me. Best, guru.

AW: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread Sascha Meyer
Hi Nagendra, Nagendra wrote: > So, What if I define the same global variable twice, will this solve the > issue? No, this will most likely overwrite the values from the variables defined outside of the routine. I'll try to illustrate this a bit. [CODE] http://www.php.net/) To unsubscribe, visit:

Re: [PHP-WIN] Need help with HTML form errors

2010-07-05 Thread nagendra prasad
So, What if I define the same global variable twice, will this solve the issue?

AW: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread Sascha Meyer
Good Morning Nagendra, Nagendra wrote: > Sorry, I haven't mentioned in my earlier mail that the variables $filter and > $filterfield are global variables which I already defined. I couldn't see this in your earlier mail but does the error occur inside a PHP function? I would assume so and this c

Re: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread nagendra prasad
Hi Everyone, Sorry, I haven't mentioned in my earlier mail that the variables $filter and $filterfield are global variables which I already defined. Best, Guru.

AW: [PHP-WIN] Need help with HTML form errors

2010-07-04 Thread Sascha Meyer
Good morning Nagendra, Nagendra wrote: > ... > The above code is giving me the following errors: > Notice: Undefined variable: filter in > C:\wamp\www\5_Final\index.php on line 228 > Notice: Undifined Variable: filterfield in c:\wamp\www\5_final\index.php on > line 233 > Type > ... The error

[PHP-WIN] Need help with HTML form errors

2010-07-04 Thread nagendra prasad
Hi All, I have this php form that I have inserted in the result page.    All Fields "> "> "> "> ***

[PHP-WIN] Need Help in Mysql database

2010-06-30 Thread nagendra prasad
Hi All, I have a huge set of MP3 database. My problem is that when I try to search in my database its getting very slow. I was wondering if I split that database into 2 or more tables. Will this improve the speed of searching? Is it the best solution for my problem or is their any other solution?

[PHP-WIN] RE: [PHP-DB] Re: [PHP-WIN] Need Help in setting up a server

2010-06-28 Thread Systems
installation directly from any machine. -Original Message- From: Phansys Corp [mailto:phan...@gmail.com] Sent: Sunday, June 27, 2010 12:47 PM To: nagendra prasad Cc: phpexpe...@yahoogroups.com; PHP DB; php mysql; php-windows@lists.php.net Subject: [PHP-DB] Re: [PHP-WIN] Need Help in

Re: [PHP-WIN] Need Help in setting up a server

2010-06-27 Thread Phansys Corp
Hi nagendra prasad. If all the PC's are on the same network, the only thing you should do is turn on the wamp server and check the httpd.conf file policies on "Allow from". Best regards. 2010/6/27 nagendra prasad > Hi All, > > I need help in setting up a home server. I know the subject line look

[PHP-WIN] Need Help in setting up a server

2010-06-27 Thread nagendra prasad
Hi All, I need help in setting up a home server. I know the subject line looks like an off topic but trust me its not. What I want is to set up a WAMP server over the intranet. I have a laptop and 2 desktop. I want to set up a desktop like a wamp server locally so that I can able to use or able to

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-15 Thread Niel Archer
> > > (got work to do during business hours) on the differences between > > > UPDATE and INSERT. > > > >INSERT creates a new entry, update changes an existing ones. So you > >cannot use INSERT to corect your data. > > Then it must work on a created field that has not been populated yet? > It doe

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-15 Thread James Crow
Bill Mudry wrote: The following SQL query UPDATE species2 AS s LEFT JOIN sci_genera AS sg ON (sg.genus_name = LEFT(s.species_name, LOCATE(' ', s.species_name) - 1)) SET s.generalID = sg.generalID; alters the contents of species2 to become ID species_name 1 Quercus rubra 2 Dalbergia

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
The following SQL query UPDATE species2 AS s LEFT JOIN sci_genera AS sg ON (sg.genus_name = LEFT(s.species_name, LOCATE(' ', s.species_name) - 1)) SET s.generalID = sg.generalID; alters the contents of species2 to become ID species_name 1 Quercus rubra 2 Dalbergia nigra Assuming I

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
At 02:37 PM 4/14/2009, you wrote: > (got work to do during business hours) on the differences between > UPDATE and INSERT. INSERT creates a new entry, update changes an existing ones. So you cannot use INSERT to corect your data. Then it must work on a created field that has not been populated

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Niel Archer
> At 10:40 AM 4/14/2009, you wrote: > > > In the botanical tree of woods, I got the original code for working > > > ok a few days ago but there are so > > > many errors in the Species MySQL file that there is a lot of cleanup > > > in the data needed before the > > > whole tree will work well. > >

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Bill Mudry
At 10:40 AM 4/14/2009, you wrote: > In the botanical tree of woods, I got the original code for working > ok a few days ago but there are so > many errors in the Species MySQL file that there is a lot of cleanup > in the data needed before the > whole tree will work well. > > In particular, there

Re: [PHP-WIN] Need help updating a whole column in one table from another table

2009-04-14 Thread Niel Archer
> In the botanical tree of woods, I got the original code for working > ok a few days ago but there are so > many errors in the Species MySQL file that there is a lot of cleanup > in the data needed before the > whole tree will work well. > > In particular, there are two files of interest that w

[PHP-WIN] Need help updating a whole column in one table from another table

2009-04-13 Thread Bill Mudry
In the botanical tree of woods, I got the original code for working ok a few days ago but there are so many errors in the Species MySQL file that there is a lot of cleanup in the data needed before the whole tree will work well. In particular, there are two files of interest that would be neede

Re: [PHP-WIN] need help! plz

2008-03-24 Thread Jarrett Meyer
You can't call the header after you've sent output to the client (i.e. the 'echo' statement). Redirect first, then check the mail state, stored as a session variable or something similar. Hooman Fatoorehchi wrote: dear all, I want to make a form-to-email page and I want to diplay a messageb

Re: [PHP-WIN] need help! plz

2008-03-24 Thread John Mertic
You could just do the header line in js as well, which would work. So change to: mail( "m <[EMAIL PROTECTED]>[EMAIL PROTECTED]", "Feedbacks",$message, "From: $email" ); echo "echo "alert('Your message was sent successfully!'); document.location.href = 'htt

[PHP-WIN] need help! plz

2008-03-24 Thread Hooman Fatoorehchi
dear all, I want to make a form-to-email page and I want to diplay a messagebox after the mail is send and then I want it to be redirected to another page. I used JS for the msgbox but the header function wont work in this case. please help me! here is the code ... mail( "m <[EMAIL PROTECTED]>[EM

[PHP-WIN] need help building php on windows

2008-03-14 Thread Jason
Hi all, I'm having trouble compiling PHP 5.2.5 using Visual C 6 (SP6). I have (to the best of my knowledge) followed the tips/instructions on the following two pages: http://news.php.net/php.windows/28659(the black text, not green) http://php.mirror.camelnetwork.com/manual/en/install.

Re: [PHP-WIN] Need help

2007-05-07 Thread DL Neil
Gustav Wiberg wrote: > Hi there! > > Anyone experienced trouble connecting to a MSSQL - Server but not every time? > (About every third time the connection succeeds, fourth time, fitfh time and > so on ...) > > (IIS + PHP + Win2003 Server) > > > Best regards > /Gustav Wiberg Intermittent DNS

[PHP-WIN] Need help

2007-05-07 Thread Gustav Wiberg
Hi there! Anyone experienced trouble connecting to a MSSQL - Server but not every time? (About every third time the connection succeeds, fourth time, fitfh time and so on ...) (IIS + PHP + Win2003 Server) Best regards /Gustav Wiberg -- PHP Windows Mailing List (http://www.php.net/) To un

Re: [PHP-WIN] Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 10:37:53 -0400, Andrew English <[EMAIL PROTECTED]> wrote: > I am trying to get my web page ready for uploading when I ran into a snag. > The person who supplied me with the php code for the contact page gave me > the send mail code. I am wondering if anyone can help me out with

[PHP-WIN] Need help with PHP -> Mail -> SMTP -> Windows Exchange

2004-07-31 Thread Andrew English
I am trying to get my web page ready for uploading when I ran into a snag. The person who supplied me with the php code for the contact page gave me the send mail code. I am wondering if anyone can help me out with converting the code so I can sent it via SMTP Auth? Here is what I got from the per

RE: [PHP-WIN] Need help using "php.exe"

2004-04-29 Thread Svensson, B.A.T. (HKG)
> Like every shell application, the PHP binary accepts a number of > arguments but your PHP script can also receive arguments. The number of > arguments which can be passed to your script is not limited by PHP (the > shell has a certain size limit in the number of characters which can be > passed;

RE: [PHP-WIN] Need help using "php.exe"

2004-04-29 Thread Gryffyn, Trevor
PROTECTED] > Subject: [PHP-WIN] Need help using "php.exe" > > > Hi all, > > > When you parse a file using the command "php.exe -f c:\myfile.php > > c:\myfile.htm" , what command is required to set a variable. Example: > In IE addressbar,

[PHP-WIN] Need help using "php.exe"

2004-04-11 Thread Eugen
Hi all, When you parse a file using the command "php.exe -f c:\myfile.php > c:\myfile.htm" , what command is required to set a variable. Example: In IE addressbar, when i type(doesn't matter what server i use) : http://localhost/myfile.php?thevariable=anyvariable, the "myfile.php" file is now pa

[PHP-WIN] RE: Unsolisited commercial e-mail WAS: [PHP-WIN] Need Help in sho ppin cart

2004-03-07 Thread Svensson, B.A.T. (HKG)
And what precisely do you need help with from the php-windows list, except for earning money? -Original Message- From: New Session To: [EMAIL PROTECTED] Sent: 22-2-2001 11:57 Subject: [PHP-WIN] Need Help in shoppin cart Sir, I am a web developer, I had made many sites like shooping cart

[PHP-WIN] Need Help in shoppin cart

2004-03-06 Thread New Session
Sir, I am a web developer, I had made many sites like shooping cart, mangement leads etc. Iam comfortable in PHP as well as in ASP & iam ready to make sites in just $500.Sites made by me are running successfully and doing great job .I can make site having following facilities. Admin Panel: Nic

[PHP-WIN] Need help with printer_draw_bmp()

2003-11-28 Thread paul-phpwin
I've had success with using the printer functions on Windows. But so far, printer_draw_bmp returns TRUE but outputs nothing visible. Does this function work? I've been focusing on my .bmp file and the possibility that it isn't the correct format. I've used Windows Paint to create .bmp file in s

Re: [PHP-WIN] Need help with session problem

2003-11-28 Thread Eric COLINET
Hi, I run into the same problem, it is not apache related but Internet explorer related. In fact cookies are not stored in relative but in absolute time and for that they expire once setted. For me an upgrade on the client ie was sufficient or at least setting the date to the correct value ;)

[PHP-WIN] Need help with session problem

2003-11-27 Thread Alan Leff
I'm running php 4.2.3 and apache 1.3.27 on a Windows 2000 server. If the server clock is say a week older than the client computers, the session functions stop working. Does anyone know what's going on here? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP-WIN] need help

2003-09-02 Thread Miha Nedok
You can use Javascript or look at header(). And check the archives it was discussed before. -Mike On Tue, 2 Sep 2003, zicux wrote: > Date: Tue, 2 Sep 2003 23:36:00 +0300 > From: zicux <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] need help > > Hell

[PHP-WIN] need help

2003-09-02 Thread zicux
Hello, How can I make my page reload in browser, for example user inputs some data then some page will say good or bad data and then I want it to reload to the first page where input form was? -- Thanks, .r. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.

[PHP-WIN] Need Help

2003-08-31 Thread S F Alim
Dear All, Actually I am new to this php world, I did try to download enuff info 'how to install' but unfortunately I don't know jack about it and plus for couple of weeks I wont be able to sit online and download or browse internet, I just have this email access. So any sort of help will be appreci

Re: [PHP-WIN] need help with sessions

2003-07-18 Thread Luis Ferro
o: Donatas Cc: [EMAIL PROTECTED] You can use HTML: -Mike On Thu, 10 Jul 2003, Donatas wrote: Date: Thu, 10 Jul 2003 19:25:46 +0200 From: Donatas <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: [PHP-WIN] need help with sessions Thanks Luis, I had this idea in mind, but still.

RE: [PHP-WIN] need help with sessions

2003-07-12 Thread Donatas
EMAIL PROTECTED] > Subject: RE: [PHP-WIN] need help with sessions > > Thanks Luis, > > I had this idea in mind, but still... maybe someone knows a way how to > achieve same effect without using JavaScript? Not that I don't like it but > that there should be some way. > >

RE: [PHP-WIN] need help with sessions

2003-07-12 Thread Miha Nedok
You can use HTML: -Mike On Thu, 10 Jul 2003, Donatas wrote: > Date: Thu, 10 Jul 2003 19:25:46 +0200 > From: Donatas <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] need help with sessions > > Thanks Luis, > > I had this idea in mind, but

RE: [PHP-WIN] need help with sessions

2003-07-10 Thread Donatas
Thanks Luis, I had this idea in mind, but still... maybe someone knows a way how to achieve same effect without using JavaScript? Not that I don't like it but that there should be some way. PS. Your english is just as great as mine :D -Original Message- From: Luis Ferro [mailto:[EMAIL

Re: [PHP-WIN] need help with sessions

2003-07-10 Thread Luis Ferro
One of the things that can be happening is that the server is sending the "location:" before the session data in the header... and when the browser gets it, simply forgots the session data. I'm not sure of in which version of PHP there was a problem like the one i'm describing, but i remember v

[PHP-WIN] need help with sessions

2003-07-10 Thread Donatas
First some data about my setup: PHP 4.2.3 (I bet nothing has changed till PHP 4.3.2 regarding sessions) running on Windows 2K server My PC: Windows 98 SE Browser: IE 6.0.2600. Now, the problem occurs when using sessions and header ('Location: ...'); test1.php /**/ http:

RE: [PHP-WIN] Need Help with Classes

2003-02-12 Thread Matt Hillebrand
I'm not sure what you're expecting to see. You don't have any code that produces output, nor do you invoke the myFunc() method. Matt |-Original Message- |From: Paul Dymecki [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, February 12, 2003 8:23 PM |To: [EMAIL PROTECTED] |Su

[PHP-WIN] Need Help with Classes

2003-02-12 Thread Paul Dymecki
Ya it seems like a pain indeed. I guess i'll pose the question though: for the following class class myClass { var myVar; function myFunc($myVarA,$myVarB) { $this -> myVar = array("b" => 55,"c" => 66); } } Now i try $somveVar = new myClass(); and finally i try and acces myVar from outs

[PHP-WIN] need help please.....

2002-10-16 Thread Javier
installed a forum, and set a link to it, but every time i try to access the page it ask if i want to download *.*.php. Can some one please let me know what i am doing wrong Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Need help with HTTP-Authentication

2002-10-15 Thread Davy Obdam
Hi People,. I have a problem with HTTP-Authentication, i have 2 users in my database, and i want both to be able to login. However it works, but only the first user is able to login. I Use a MySQL 3.23.xx database, PHP 4.2.3 and Apache 2.0.40. Can anyone help me with this, any help would be great

RE: [PHP-WIN] Need help with Echo

2002-10-10 Thread Rich Gray
Bonjour Keith Use mysql_fetch_array($result) not mysql_fetch_row($result) - this will return an associative as well as a standard array. Ciao Rich -Original Message- From: Keith Calvert [mailto:[EMAIL PROTECTED]] Sent: 07 July 2002 07:56 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Need

RE: [PHP-WIN] Need help with Echo

2002-10-10 Thread Davy Obdam
Hi Kieth, I would use this : $result = mysql_query("select * from proprietaires") or die( mysql_error() ); while ($row = mysql_fetch_row($result)) { echo ".$row['Id']."; echo "\n"; echo $row[2]; echo "\n"; } I hope this works, Best regards, Davy Obdam, mailto:[EMAIL PROTECTED] You wrote

[PHP-WIN] Need help with Echo

2002-10-10 Thread Keith Calvert
Hi I've just started with Php and MySql I have installed the PhpTriad all in one package on my windows XP and all seems to be going well. I have the following problem, here is the code $result = mysql_query("select * from proprietaires") or die( mysql_error() ); while ($row = mysql_fetch_row($r

[PHP-WIN] need help caching problems!

2002-07-09 Thread kalmen
Hi , I am very new to php and I installed :php421 ,xitami server on Win98se and trying to post at phpbuilder, but seems like my questions is being ignored , I don't know whether I ask the right question or I was in the wrong place ! , so I try here , and would like to request for help ,please . I

[PHP-WIN] need help with parser ...... ! ! ! !

2002-05-25 Thread toby z
guyz i didnt do anything about xml support when i installed php (on xp, iis 5.1) :$ and now i NEED to . i think i need to add this line to php.ini " --with-xml " or do i or should i do someting else ? as i have downloaded the expat parser toolkit & this line of code i th

[PHP-WIN] Need help with frames

2002-05-19 Thread Bob Sears
I am putting the final touches on a section of my e-commerce site and am having some problems with forms. Picture this ... this section is comprised of several php scripts, one of which is the forms module. The first module is the splash page, which queries the shopper how to display the mercha

Re: [PHP-WIN] Need help with compressed uplaod problem...

2002-05-14 Thread Hugh Bothwell
"B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message 001301c1fb4e$95c4d450$[EMAIL PROTECTED]">news:001301c1fb4e$95c4d450$[EMAIL PROTECTED]... > > What you need to do is Zip him first and then insert him in the > > automatic cup holder (it looks like a CD-Rom tray) you will then find > > him on

RE: [PHP-WIN] Need help with compressed uplaod problem...

2002-05-14 Thread Svensson, B.A.T. (HKG)
> What you need to do is Zip him first and then insert him in the > automatic cup holder (it looks like a CD-Rom tray) you will then find > him on your C drive. You may then include him as an attachment. I haven't been trying out the Zip utility yet. What I did before was to use this free Zap ut

RE: [PHP-WIN] Need help with compressed uplaod problem...

2002-05-14 Thread Asendorf, John
8:11 AM > To: Php Win32 list > Subject: [PHP-WIN] Need help with compressed uplaod problem... > > > Hi all! > > I tried this question before at alt.developers.www.ignorant.lunatics > but nobody was able to help me, so in despair I now ask this list. > > I trying to

Re: [PHP-WIN] Need help with compressed uplaod problem...

2002-05-14 Thread R.S. Herhuth
Anders, What you need to do is Zip him first and then insert him in the automatic cup holder (it looks like a CD-Rom tray) you will then find him on your C drive. You may then include him as an attachment. Hope this helps, RSH "Svensson, B.A.T. (HKG)" wrote: > > Hi all! > > I tried this ques

[PHP-WIN] Need help with compressed uplaod problem...

2002-05-14 Thread Svensson, B.A.T. (HKG)
Hi all! I tried this question before at alt.developers.www.ignorant.lunatics but nobody was able to help me, so in despair I now ask this list. I trying to upload an compressed duck to a receipt web page, but the duck just refuses to cooperate with the upload process. First I had a problem to c

RE: [PHP-WIN] Need help with functions

2002-04-30 Thread Scott Hurring
grammer EAC Corporation [EMAIL PROTECTED] Voice: 201-462-2149 Fax: 201-288-1515 > -Original Message- > From: Bob Sears [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 9:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Need help with functions > > > I&#

[PHP-WIN] Need help with functions

2002-04-29 Thread Bob Sears
I'm into developing a shopping cart using PHP (naturally) and am running into a little snag. I need to be able to perform several tasks within the framework of a construct: 1) Call a function from within the module; 2) Call an external PHP module (no return) with the contents of ALL

[PHP-WIN] Re:[PHP-WIN] need help with configuration

2002-01-31 Thread Michel Laine
First of all i have some questions you must answer so we know how to help you: Which operating system do you use? Which version of PHP are you using? Do you use any special preconfigured installer kit or just the plain PHP from PHP.net? Which webserver do you use? To be able to run PHP you need a

[PHP-WIN] need help with configuration

2002-01-31 Thread Bram Somers
hello all, I'm new with php, can somebody tell me how to install php, I installed php but it doesn't work! Can somebody help me? Thanks Bram Somers

Re: [PHP-WIN] Need help with variables - SOLVED!

2001-06-27 Thread Michel Laine
This is the code snippet from my original message: > > // Do it! > for ($i = 0; $i <= 34; $i++) { > > // Need help with this part > $j = $i + 1; > $var = ${"DAY".$j}; > $val = $day[$i]; > > // Set PHPLIB Template variable > $t->set_var( $var => $val ); > > } > > // D

Re[2]: [PHP-WIN] Need help with variables

2001-06-27 Thread Ruslan Ohitin
Hello Michel, I send you example that works with PHPLib template. This is a method I use in my scripts. Hope it helps you. ML> Ruslan Ohitin wrote: >> Hello Michel, >> >> You mixing php variables and Template variables. They are from >> different "namespaces". set_var() takes associative array

Re: [PHP-WIN] Need help with variables

2001-06-26 Thread Michel Laine
Ruslan Ohitin wrote: > Hello Michel, > > You mixing php variables and Template variables. They are from > different "namespaces". set_var() takes associative array with string > keys - Template var names. Edit one line of your code: > > ML> $var = ${"DAY".$j}; > $var = "DAY" . $j; // $var is

Re: [PHP-WIN] Need help with variables

2001-06-26 Thread Ruslan Ohitin
Hello Michel, You mixing php variables and Template variables. They are from different "namespaces". set_var() takes associative array with string keys - Template var names. Edit one line of your code: ML> $var = ${"DAY".$j}; $var = "DAY" . $j; // $var is a string "DAYn" -- Best regards,

[PHP-WIN] Need help with variables

2001-06-25 Thread Michel Laine
I am trying to assign a bunch of strings to some Template variables where: I have an array $day[n] where n is 0-34 and contain strings. I have Template variables named "DAYn", where n is a number 1-35. The template parsing is up and running, so i have left that part out. // Do it! for ($i

Re: [PHP-WIN] Need help with Cookies

2001-06-22 Thread Neuro Mancer
2 de Mayo de 2001 02:37 p.m. To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Need help with Cookies Can't say I know what the problem is, but here are two test files, that work on my Windows 2000, IIS 5, SQL 7 machine. Let me know if you have a problem with them and maybe we can find the problem.

[PHP-WIN] Need Help

2001-05-24 Thread Steve Dowell
I have a project that needs to take data from a form and pass that data to another webserver then receive a response from that other webserver in the form of an XML document and then write that document to a file. Can anyone point me to information on how to accomplish this? Thanks in advance fo

[PHP-WIN] Need Help

2001-05-24 Thread Steve Dowell
I have a project where I need to use information gathered from a form and pass it to another web server and wait for a response from the other server in the form of an XML document then write the response to a file. Can anyone point me to information on how to accomplish this. Thanks in advance

RE: [PHP-WIN] Need Help!!

2001-05-23 Thread Michael Rudel
uesday, May 22, 2001 9:26 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Need Help!! > > > I want to try to fix the character truncation problem when > using an mssql > database, but I can't seem to figure out how to compile PHP > under VC 6. I > have searched a

RE: [PHP-WIN] Need help with Cookies

2001-05-22 Thread Ivan Milanez Castellanos
ECTED]] Sent: Martes, 22 de Mayo de 2001 02:37 p.m. To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Need help with Cookies Can't say I know what the problem is, but here are two test files, that work on my Windows 2000, IIS 5, SQL 7 machine. Let me know if you have a problem with them and ma

Re: [PHP-WIN] Need help with Cookies

2001-05-22 Thread Brian Little
Can't say I know what the problem is, but here are two test files, that work on my Windows 2000, IIS 5, SQL 7 machine. Let me know if you have a problem with them and maybe we can find the problem. Brian "Iván Milanez Castellanos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... >

[PHP-WIN] Need Help!!

2001-05-22 Thread Brian Little
I want to try to fix the character truncation problem when using an mssql database, but I can't seem to figure out how to compile PHP under VC 6. I have searched all over the site for some insight into what to do, but I am still having problems creating/finding TSRM.mak. Any and all help would b

[PHP-WIN] Need help with Cookies

2001-05-17 Thread Iván Milanez Castellanos
Hi: I have sucsessfuly installed PHP on my Win2k/IIS5/SQL Server 7 machine, and I moved an application that I had developed in my computer that has Win ME/Apache/PHP/SQL Server 7 to it. It all works fine except for one thing, I can't get the setcookie() function to work on this server, in my dev

Re: [PHP-WIN] need help displaying random records

2001-04-30 Thread Chris Adams
On 30 Apr 2001 17:27:44 -0700, r.gelstharp <[EMAIL PROTECTED]> wrote: > As a university degree student my final year project is a comparison on ASP > v PHP. I have to make two identical sites in both languages, but am at the > moment having trouble duplicating a function on my ASP pages in PHP. >

[PHP-WIN] need help displaying random records

2001-04-30 Thread r.gelstharp
As a university degree student my final year project is a comparison on ASP v PHP. I have to make two identical sites in both languages, but am at the moment having trouble duplicating a function on my ASP pages in PHP. The default page in my ASP pages display random records from the database to

Re: [PHP-WIN] Need help bad, select element of form using time

2001-03-19 Thread Tom Mathews
Don't know what your problem is? You can get the current time using the time() function - loads of formatting options to output it as you require. To get 15 minute intervals, just put the SELECT for your form element in a while loop. If your problem is which locale you are in, then that's another

Re: [PHP-WIN] Need help bad, select element of form using time

2001-03-18 Thread Alain Samoun
It's not too clear what you want to do, can you post a snippet of your code where you have problems? Alain On Sun, Mar 18, 2001 at 12:46:00PM -0500, Zachary Harris wrote: > I have a project that a I am working on and have come across a major > snafu. It is my first time using PHP for a project a

  1   2   >