You can use reserved keywords as column names too. Just use ` to enclose
the name. Like `add`
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
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
-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
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
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
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
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
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
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
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
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
> >
> >
> >
> >
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" />
>
Hi All,
I have this HTML form
Your Name
Contact
Numbers
(please specify STD code)
Email
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.
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
> 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
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
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
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
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.
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:
So, What if I define the same global variable twice, will this solve the
issue?
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
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.
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
Hi All,
I have this php form that I have inserted in the result page.
All Fields
">
">
">
">
***
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?
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
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
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
> > > (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
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
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
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
> 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.
> >
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
> 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
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
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
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
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
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.
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
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
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
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
> 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;
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,
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
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
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
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
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 ;)
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.
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
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.
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
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.
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.
>
>
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
"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
> 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
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
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
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
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
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
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
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
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
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
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
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,
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
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.
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
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
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
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
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]...
>
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
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
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.
>
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
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
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 - 100 of 102 matches
Mail list logo