Hi all
How I know my IIS is supporting PHP?
And what have to do so that I can deploy my PHP pages at IIS?
Regards,
Kashif
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all
How I know my IIS is supporting PHP?
And what have to do so that I can deploy my PHP pages at IIS?
Regards,
Kashif
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why don't you try chmoding the file 777.
Next use readfile:
http://www.php.net/manual/en/function.readfile.php
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
11 to make it fullscreen.
That is how I would do it. Use it if that would help out.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o great
That no critic can hurt me -- I've got them all scared,
And to stop me it's now far too late."
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I don't think you can.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is myODBC required to access mySQL with PHP?
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Are you serious about using Apache 1.3.6? Yowser that's old!!! I'd update
to Apache 2 and PHP 4.2.3 right away!
I've had no problems on my Win2k (workstation) using Apache 2.0.39 and PHP
4.2.2. What are the specs on the hardware?
And why'd you move from slackware?
-Dash
e. There are very few other db2400 ODBC
> drivers out there that are easy to run and configure on Linux. I am
> currently researching other drivers and as soon as one is found, I will
> probably move the site back to slack.
>
>
> --
> PHP Windows Mailing List (http://www.php.n
e my linux admin team has had a hard
> >>time maintaining db2 connect which is a core component for this
> >>particular site. The product for w2000 installs and configures easier
> >>and seems to be more stable. There are very few other db2400 ODBC
> >>dri
"Angie Tollerson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
The most common errors I see for set up are:
1. You need to right click on your website in IIS, choose properties, and on
the home directory tab choose configure. Then add
"Angie Tollerson" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
LOL, Glad to see you got it working Darren, What was the problem?
Angie Tollerson
Alliance Technologies
Web Programmer
(515)245-7628
[EMAIL PROTECTED]
>>> &quo
need a solution so that i can read and access contents of Virtual
Directories created by IIS 5..
DJ XLoRd
[EMAIL PROTECTED]
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list
Hi,
I've been directed to use file() or implode() to get the html content of a web page,
like this: $html = implode ('', file ('http://192.168.1.100/PHP/index.php'));
1 ) How do I pass authentication to websites that require username & password? In Cold
Fusion the
I'm fairly new to php and I'm trying to setup mail functionality from php on
IIS 4.0. I keep getting this error. I have tried ever combination for the
SMTP settings in the php.ini file, but nothing seems to work.
I can send mail using CDONTS on this server, but using php I cannot
than
Hi,
I found that php4.0.4 or later version on Windows IIS
can't use pipe function any more, and I don't know whether
it is a bug because I can still use pipe function to run a
program under php 4.0.3pl1. Do I make any mistake in
configuration ??
Sam Kuo.
--
PHP Windows Ma
Hi,
I'm using Microsoft Visual C++ to compile php adding IngresII Database
support and after download the source code what file should I put
"--with-ingres=DIR" ? Is it "configure" file or this one is used only to
compile the unix source. Should I have php_ingres.dll ?
> Hi,
>
> I'm using Microsoft Visual C++ to compile php adding IngresII Database
> support and after download the source code what file should I put
> "--with-ingres=DIR" ? Is it "configure" file or this one is used only to
> compile the unix source. Sh
Hi,
I compiled PHP with Ingres support using VC++. First, I compiled
php_ingres.dll and add it to php.ini. When I try to use php in command line
it gaves me the message: "unable to load module 'ingres_ii', trashed
c:\ingresii\ingres\files\symbol.tbl". But ingres works fine.
T
I ran into this as well when I recently set up PHP on IIS.
Adding the PHPRC environment variable as per this page is what solved it for
me.
http://www.php.net/manual/en/faq.installation.php#faq.installation.phprc
Reboot afterward
--
PHP Windows Mailing List (http://www.php.net/)
To
Isn't there somewhere in Netscape 7.0 to change the "browser announce"
version thing? (I use mozilla 1.0 and there's a way - it's a little deep).
Doubt that will change anything, why would PHP magically not work if the
browser = Netscape 7.0?!?
Here's another thing
Put \"'s around the value=$nome like this:
echo "";
-Dash
-Original Message-
From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 12:29 PM
To: PHP Windows
Subject: [PHP-WIN] addslashes
Hey I'm a newbie and have a question
Scott Carr [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 14, 2002 9:18 AM
To: PHP Windows
Subject: Re: [PHP-WIN] PHP & "POST"
Therein lies the difference. With POST, you cannot see the variables that
are
being passed, because they are passed as a header directly to the server
-
From: Andreas Esser [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 29, 2002 10:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP / MySQL Guestbook
hi,
i have written a php guestbook using a mysql database to store and recall
the entries that where typed in by the visitor.
there is
Try the following:
Apache as SAPI:
a) copied php4ts.dll to windows/system32 directory
b) added following lines to httpd.conf
LoadModule php4_module "c:/php/sapi/php4apache.dll"
# try it w/o this line AddModule mod_php4.c
AddType applicaton/x-httpd-php
igafoos [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 30, 2002 5:31 PM
To: dash php
Cc: [EMAIL PROTECTED]
Subject: Re[2]: [PHP-WIN] Help on new install please ..
Hello dash,
Sorry .. but it does the same that I had noted. The browser trys to
download ..
This is so odd as I am simply trying
I once installed PHP on IIS3. From what I recall, it was not a pretty
excersize. I had to go registry hunting! It is so much easier on Apache.
-Dash
-Original Message-
From: David Hollister [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 04, 2002 9:40 AM
To: 'Kerry Ko
You'd have to execute the PHP script somehow via cron or AT (assuming
windows). That'd be the only way to have it run without keeping a web
browser open to a page set to refresh every 15 minutes...
-Dash
-Original Message-
From: Nicole Amashta [mailto:[EMAIL PROTECTED]]
Sent
*nix host. That could be an issue right there.
-Dash
-Original Message-
From: Chris Knipe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 12, 2002 8:25 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-WIN] mysql_query() & mail() - something weird is going on !
Lo all
-Dash
-Original Message-
From: Constantin Baciu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 12, 2002 1:48 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Newbie to the news!
All I want to do is connect to the lists with Outlook Express...
I want to be able to read the posts and to po
er 18, 2002 7:29 AM
To: 'Luis Ferro'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] SESSIONS- clustered environment
What if I made a network share and all the sessions were stored in a
shared space?
Matt Babineau
MCWD / CCFD
-
e: [EMAIL PROTECTED]
p: 603.9
I use addslashes() frequently, although urlencode works too. I find
addslashes to be cleaner.
-Dash
-Original Message-
From: Lanham Rattan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 2:40 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Inserting text with single quotes
My code:
$Newsfile = fopen("News.txt","r");
while (!feof($Newsfile)) {
$zeile = fgets($Newsfile,1000);
echo $zeile+'';
}
fclose($Newsfile);
In the file is:
Testfile!
But I get a output:
0
Why??
Can someone help me???
Please mail me at [EMAIL PROTECTED]!!!
Gr
does anyone know
how to convert a
number like 324.42932 to 324.43 format
is there any special functions in php for this ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
ybody suggest
--
Best regards,
sur-php mailto:[EMAIL PROTECTED]
--
PHP Windows 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]
Hello php-windows,
This is my query:
$query= " select Image from ImageTable where MainCode='040191' ";
it returns data like this..
0x424d2e043e00280077003f0001000100
f00302
Hello php-windows,
any body know how to do this ?
suppose there is a input number "12345678.23"
i want output to be like this "1,23,45,678.23"
i don't need output in international format...
that means not like this fomrmat "12,345,678.23"
(it is the format used
Hello php-windows,
any body know how to do this ?
suppose there is a input number "12345678.23"
i want output to be like this "1,23,45,678.23"
i don't need output in international format...
that means not like this fomrmat "12,345,678.23"
(it is the format used
Hello php-windows,
does anyone know how to do this ?
for example...
if we will take mouse cursor above any hyperlink,
then some text will be popup.
i know how to do this with images ...
but simply with text link how to do ???
this doesn't works :(
link
any
Hello php-windows,
through i came to know that many
fuction are pre - compiled in windows binary version of php
for example :
ftp,calender,xml,wddx etc...
and even i'm not using mysql function
because our company uses mssql server...
and for that i'm loading only o
Hello php-windows,
is there any server or site
where we can subscribe and get php codes daily by mail
i know some server , but they send only links
so any idea ?
--
Best regards,
sur-php mailto:[EMAIL PROTECTED]
--
PHP Windows Mailing List (http
Hello php-windows,
for example..
look at this simple script..
it returns
3.28007
it must return
3.28
does anyone know what is problem..
i know that number_format function can ne used here...
but i want to know
Hello ,
some trick for real time clock
which will show latest time every 60 second
but this cannot be said real time data, i think :)
//==
//==
--
Best regards,
sur-php
Hello php-windows,
i saw here many guys asking for that
why some functions are not working,
firstly please check whether your
configuration supports it or not
so try this :
it will show all commands that your php current supports:
$a[$ii1]\n
hi,
my web server is apache on windows.
i want to ask the configuration of .htacess files.
thx
__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger.
http://im.yahoo.com
--
PHP Windows Mailing List (
hi
I want to learn how to read and write ini files using
php scripts;.
Thz for your help.
Phpci.
__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
--
PHP Windows Mailing List (http://www.php.net/)
To
I have installed php and configured it per the install manual.
I associated .php extensions to run php scripts via the php interpreter and
ran the test.php script successfully.
I then configured my Netscape 3.63 server mime-types to support php as
magnus-internal/shellcgi
Then I enabled php
many new
standards such as
Any help with a solution?
_
Instant message with integrated webcam using MSN Messenger 6.0. Try it now
FREE! http://msnmessenger-download.com
--
PHP Windows Mailing List (http://www.php.net/)
To
send files to the printer.
Is there something like this in php?
From: Piotr Pluciennik <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] HTML Printing problem.
Date: Tue, 07 Oct 2003 22:54:02 +0200
Hi,
if I can suggest you to do some pagination on your reports, then after
pr
I just know a little about it
In my memory, the key action is to modify the correct path of dynamic
library in php.ini
yesI always be annoyed by it because the PHP sometimes read his
configs(php.ini) from c:/winnt/ and sometimes from the path which it be
installed in.
find the php.ini and test
I did this...
https://www.homier.com/security.asp?a=v&$mystr";;
echo URLopen($url);
// code from PHP docs...
function URLopen($url)
{
// Fake the browser type
ini_set('user_agent','MSIE 4\.0b2;');
$dh = fopen("$url&quo
ink openssl when
> compiling on windows. there's a link on the streams documentation page
> to a patch that does this.
oh, my brain is leaking out my ear!
I read these pages 4 times.
I'm still no closer to this than I was when I started.
Sorry, can someone translate this into
"Jason Barnett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> > What I get back is this...
> >
> > Unable to find wrapper "https"
> > - did you forget to enable it when you configured PHP?
>
> You'll need to l
PEAR:Date
Walter
"Ross Honniball" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I accidently sent this to php-db mailing list earlier today. Apologies to
> people who get it twice.
>
> Why doesn't php offer a standard class or variable type to h
"Court Shrock" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How about using the registry to store the location of the php.ini. It
could
> default to c:\windows for backward compatibility. I currently have
multiple
> versions of PHP setup on the same sys
o that need to be in your extension_dir
with
> the PHP 4.3.4 package.
FYI:
I have *nothing* PHP related in my windows (or /system32) directory.
Nothing at all.
I do not have php.ini in there either.
I have all my PHP files in their own directory; G:\etc\php as it happens.
By placing &
[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Exactly what extension's do I use to generate PDF documents in PHP 4.2.3?
I use this library...
http://www.fpdf.org/
works great!
Walter
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe,
ap generated by this message)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Is this the address where i send my queries regarding any problems faced with php.
Please help
thanks,
penjo
Yahoo! India Careers: Over 65,000 jobsonline.
I have 2 machines, a server (Win NT server) and a workstation (Win XP Pro).
On the server I have PHP, mySQL, Apache, Perl, etc.
If I run this command from the prompt...
G> mysql -h db.torres.ws -u user
It connects fine.
If I do this from PHP...
$db_user = "user"
Hello list,
While installing phpafter i have configured everything, i am not able to get php
running. While trying to run a test page consisting of the code:
I get a dialog box saying that "You have chosen to download a file from this
location". Upon opening the file, i get the
hi list,
i have managed to successfully install php and i am now going through the manual and
trying a few of the examples given there. The examples i have tried till now are all
working except for one. The example about inputting in the form and then displaying it
through php is not
hi,
1) The lines in the form are in the correct order.
2)i tried using HTTP_POST['age']; ?> , but it still displays the entire code.
Not quite sure wht u meant by "AUTOGLOBAL ON|OFF setting". If u meant
register_globals in php.ini file, then it is set to on.
3) Regarding action.php:
phpinf
hi,
Yes this is the contents of the file. I tried to use ur code but it still displays
the entire code and not just the line required.
Any idea wht is wrong.
thanks,
penjo
Luis Moreira <[EMAIL PROTECTED]> wrote:
Is this the contebnt of the PHP file ?
Hi .You are
It can not st
k2 <[EMAIL PROTECTED]> wrote:
Its not a bother, its the purpose of the list.
Yes. What I meant was that in order for the php script to be parsed it should be
executed on a web server.
if your html form resides in a file named [form.html], it should be executed like so:
http://localhos
http://web.torres.ws/dev/php
check this out, see if the instructions there help you at all.
Walter
"Bruce Guthrie" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I've just installed PHP 4.3.8 on my WinXP, Apache 2.0.50, MySQL 4.0.20d
> s
hi list,
I am given a task to connect to a database and display the info there onto the Web.
So that whatever changes are made in the database...my web page will also show the
newly changed data. I am planning to try doing this using PHP but as i am new to
php...i don't know how
hi there,
i have been trying to connect to a sql 2000 server database. I am able to connect
using the DSN-connection: i.e., the following code works:
";
while (odbc_fetch_row ($process))
{
$Description = odbc_result($process, "FullDescrp");
echo "$Description ";
}
odbc_close ($sqlconnect)
hi list,
I set mssql.secure_connection = On in php.ini file and my php file is now successfully
getting connected to the SQL 2000 database.
Thank u very much for ur helpspecial thanks to Frank.
Regards,
penjo
Yahoo! India Matrimony: Find your life partneronline.
Thanks
Steven
___
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
as HTML then open it
using the Word COM object then save it as a doc, it parses correctly...but
since there is no HTML page break function...all of the bios run one after
the other, when what I really need is each Bio starting on a new page.
This is killing me!
Ron
>From: Sven Schnitzke
>To:
message = = =
Wow thanks!
I will try this out.
I really appreciate the help.
Ron
>From: [EMAIL PROTECTED]
>To: php-windows@lists.php.net
>Sent: 01/07/2005 9:54 AM
>Creating a new document in Word, inserting Page Breaks then saving it as
a web page revealed that Word seems to use CSS ta
It's true that googling would produce a list of PHP-happy editors, but the
intended question seems to be more along the lines of "What does everyone like?
Use? Prefer?" That's not something that's always found on lists you'd get
off of google.
Helpful respons
.
But hey... I could be wrong too. It's happened before. hah.
Louis! You might check on the PEAR mailing list as well.. check their archives
and such. Someone may have had a similar problem and they most likely
discussed it there before they did here. http://pear.php.net
Good luck! Let us kn
e to correct me or add to what
I've said.
When people think Windows, they think GUI. So then you ask yourself, "Why does
PHP need a GUI if we're only trying to run it in command line mode?". I guess
one answer is that you really DONT need Windows, but in the evolution f
Check into maybe using CSS2 page breaks. I don't see any way to make PHP do
it, but CSS2 has facilities for that.
Try this:
Requires IE 5.5 if I remember right.
-TG
= = = Original message = = =
I have some PHP scripts that put output to the browser. I can then print them.
However, I
= = = Original message = = =
> Good morning,
>
> Is it possible to reach the data of the outlook calendar (on a server
> exchange) with php?
>
> Thank you for advance
I've never tried using PHP to connect to an Exchange server directly, but I've
done some stuff w
anything interesting.
-TG
= = = Original message = = =
[EMAIL PROTECTED] wrote:
> $comobjOutlook = new COM("outlook.application") or die("Unable to instantiate
> outlook"); $comobjOutlook -> Activate;
>
PHP 5.0.3 crashed after trying this... it complained that there
, and may easily have left out some (okay a lot) of
crucial details.
If you're storing CC Numbers with *JUST* the 2-way encryption, maybe
you're doing it wrong. I dunno for sure, but *I* think so. Go hire a
professional security audit and find out.
YMMV IANAL NAIAA
--
Like Music?
htt
think you can modify this to work with what you're doing.
>
> Let me know if you have any questions about this example.
>
> -TG
>
>
>
> = = = Original message = = =
>
> Hi all,
>
> I'm really struggling here! I have a large, multi-dimensional array
intval($address);
outputs "123" not "12345"
But as explained, the lack of numbers (specifically at the front end of the
string) produces a numerical zero.
As to "numbers should be converted to strings" that was sort of my initial
thoughts when I started using PHP, bu
ometimes not) a "command" branch. This
is what's run when you select that option from the right-click menu. And
voila! We find that the command to use Acrobat to print (which can be executed
from command line on a Windows machine) is:
"C:\Program Files\Adobe\Acrobat 5.0\Acroba
as listed below, then it
SHOULD exit properly. If not, it's a problem with the app and not with your
code. Try performing the CLI command in a command prompt and see if the app
exits properly before doing it in PHP.Something as common (and an open
standard) like PDF, you should be ab
WEB
>SERVER, then your best bet is probably to figure out how to print that
>PDF from MS-DOS and then to use http://php.net/exec to print it, I
>would guess...
>
>
It's from a cli PHP install on a local machine :-)
>You might be able to use PHP to open up a COM object t
There's probably libraries out there for dealing with serial and parallel
operations with PHP and I'm sure someone will point one out. In the meantime
and maybe as an addition to it, you might check out Winbinder
(http://www.winbinder.com) it's a native Windows API interface
I've ever had to use @ to suppress an error was with an fgets()
call that produced the following error:
"Warning: fgets(): SSL: fatal protocol error in /var/www/secure/scriptname.php"
I didn't save the link to the bug, but it's apparently a bug in PHP and the
only s
m and see
if any of those guys have found a good way to do it, since not only is it PHP +
Windows specific, but non-web browser based coding that deals directly with
Windows API issues.
And lastly, may be able to get info via COM interface with some other Windows
apps, but I think this is a long
I had a similar issue a couple years ago when I was running Apache/PHP on a
Windows box at a previous job. The information below helped. Check all the
locations (regardless of what PHP is reporting it's using for php.ini's path).
Try making some simple change that will show up
te is running under and click properties.
3. Go to the Identity tab and see what user is selected.
4. Give that user permissions to your php files/directory.
"
If all else fails and you want to see if it's a permissions thing, set
permissions to "Everyone - Full Control" o
ble and go over both with a
fine toothed comb.
-TG
= = = Original message = = =
Thanks for the suggestion...I tried that...i didn't make a difference.
Here's another thing I noticed. PHP seems to be using the default
settings. When I drop a php.ini file in C:\Windows (where php is look
There's thousands of things you can access via COM. Windows uses it
extensively. Every application in Microsoft Office uses COM. I've used COM
between Excel and MapPoint to generate maps (and yeah, I created a PHP script
to access MapPoint directly.. but it was just easier to do it
com 03-Jun-2004 11:37
#no author name# 03-Oct-2003 12:55
php at dictim dot com 06-Sep-2003 01:17
admin at purplerain dot org 19-Apr-2002 04:34
Since you had a specific question about Word, let's see if we can give a quick
example.
Starting with Shawn Coppock's example, because he
n though it's capabilities are kind of
limited.
Some people may mention COM, but that's kind of an ugly solution. You'd need
Excel installed on the machine you had PHP running on and you gotta be really
sure you close Excel properly when you're done using it. If I recall, the
not work. But thank you for trying.
Warning: mysql_query() [http://www.mysql.com/doc]: You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server version
for the right syntax to use near 'FROM classifieds WHERE (trans_type = 'For
Sale') AND
but it doesn't work `` interprets the literal value $field_name
as the column name and not its contents "trans_type".
Warning: mysql_query() [http://www.mysql.com/doc]: Unknown column '' in
'field list' in C:\apache2triad\htdocs\sunlakes\test3.php on line 83
Unkno
Gallery2 and Coppermine are two big PHP photo gallery apps.
http://gallery.menalto.com/
http://coppermine-gallery.net/index.php
= = = Original message = = =
Does anyone have a recommendation on a photo gallery plug in that works with
php and mySQL. I have a car club and want to allow members
hpMyAdmin, WinSQL, Navicat, or something like that?
-TG
= = = Original message = = =
Sorry, this seams very trivial but I can not sort the result set for any
field. What am I doing wrong?
php & mySQL 5
'
?>
1
2
3
4
TIA
Mark
--
PHP Windows Mailing List (http://www.php.net/)
ck 4, 3, 2,
> 1? or still 1, 2, 3, 4?
>
> You might try displaying more data from the result set to see if there's
> some other issue.
>
> And have you tested the SQL statement just using MySQL via command line,
> phpMyAdmin, WinSQL, Navicat, or something like that?
>
&g
with the exact same name. How do I grab
the right info? I have been using mydata ~ the array name.
mydata['contactID'] Should I instead use the array value so mydata[8]?
___
Sent by ePrompter, the premier email notificati
\n");
}
?>
I suppose it should be display
~~
a
b
c
~~
but it doesn't work, pls help.
the emtpy page was displayed.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
1 - 100 of 1818 matches
Mail list logo