Hello All,
Is there a way to turn ZEND_DEBUG on or off
without recompiling?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
page that excel will
read it as a spreadsheet? Any help would be appreciated..
-Ron - [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
You can try to set the 404 error page to that ... I don't know how safe that
is, but it might work..
-Ron
""Simon Kimber"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi All
>
> This is possibly more of an
This is the first time that I have tried to conquer a form in PHP(which I
obviously am not doing) so that I can have a total PHP script page and move
away from HTML.
Here is my code as followed by my book (PHP Black Book) some variables have
been changed
"radio",
"question" => "What section i
All you really need is something quite basic
A Pentium II 450 would work with about 256mb RAM recommend 384 or 512. The
Hard drive size is really up to you and the amount of info you are going to
store on your site. You sound like you could easily get away with a 10GB HD.
Is this going to be for
How would I compare to variables where I would want one variable to equal
only part or some of the other variable?
Here is the code
Any suggestions
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I want to open up a generic text file from the same server that my www is
on.
$file= fopen("The full URL/finance/daily.txt","r");
$rf=fread($file,100);
$new=substr ($rf,0);
fclose($file);
echo ("$new");
?>
I keep on getting errors...any suggestions on how I can do this???
Warning: fopen("**
Figured it out on a windows platform you have implicitly specify the path
"c:\
"Ron" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I want to open up a generic text file from the same server that my www is
> on.
>
> $fi
Does anyone know of a CNN headline news grabber. I found one, but it returns
a blank page everytime. Or does anybody have a grabber that I can
customize???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is the source, which is to advanced for me to debug!!!
Waiting on their responce and maybe they can help me.Anybody have any
clues
http://www.w3matter.com
##
# Released under the GNU
# Please keep this copyright
# notice intact.
#--
Sorry meant to reply to my previous postAll it does is return a
blank page!
"Ron" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> This is the source, which is to advanced for me to debug!!!
> Waiting on their respo
Yes - my problem *was* on the server side, and not on the client.
I don't know what the problem was, but the files were in a soft linked
folder. I moved them to my apache docroot and it solved the problem.
Thanx,
Ron
Gal wrote:
Yes, they do control the browsers cache.
You can use the Mo
When upgrading from 5.4.12 to 5.4.13, cURL curl_exec calls are taking
something like 700ms to complete. (Even to a file on the same server.)
If I replace php_curl.dll library with the version from 5.4.12 all works
as expected. Anyone else having issues or have suggestions as to how to
debug/pro
test
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the
output buffer that Apache sends to the client?
Any other ideas?
Thanks,
Ron
Thank you! This is just what I was looking for. I was not aware of the
output control functions. Using the ob_ functions will make this
child's play.
Thanks again,
Ron
-Original Message-
From: Michael Hazelden [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 27, 2002 12:29
e KeepGoing;
$trigger=true;
continue;
}
}
}else{
if($trigger == false){
echo "code . "\">" .
$lkColor[$i]->name . "\n";
continue;
}
} //EndIf either 8 or 9
} // FOR col
You are a god among men, Ernest. THANK YOU!
-ron
"Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 01:28 09.03.2003, Ron Biggs said:
> [snip]
> >function ColorCollection($lkID){
> >
&
get programmers
thinking about security.
--
Ron Clark
System Administrator/Web Coordinator
Armstrong Atlantic State University
11935 Abercorn Street
Savannah, Ga 31419
Phone: 912 961 3234
Fax: 912 927 5353
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net
Try:
parse_str( $_SERVER['QUERY_STRING']);
"Stephen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi
>
> I have just installed PHP 4 and Apache 2 but when I pass a variable in a
url
> eg ?id=1
> I can't get the variable value by $id, I have to use $_GET['id'] or
> $_POST['id']
>
>
I am using MySQL via PEAR:DB like this (these statements are executed for
each SQL statement)::
$dbc = DB::connect( $dsn );
$cmd = strtoupper(strtok( $str, " " ));
if ( $cmd == "SELECT" || $cmd == "SHOW" )
$aRows = ( $queryparms == "" ) ? $dbc->getAll( $str ) : $dbc->getAll(
$str, $queryparm
if ($user!='monganl') is what I have
this is what I want to do
if ($user!='monganl' or 'wilsonma')
what would be the proper format for this!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
What I want to do:
Have a person input information about individuals into a database. One of
the fields in the database will be Unit.
On a form one of my drop down menu's will be Unit. I would like to have the
PHP page poll the Unit field in the database and send all the different Unit
results to
I am using PHP 4.3.0
The way that I usually carry variables from one page to another is
$Unit = ($_GET['Unit']);
This is the page that is referencing it!
";
$DBName = "SIGO";
$table1 = "sigo";
include 'drop.php';
$db = mysql_connect("$DBhost","$DBuser","$DBpass") or die("Problem
connecting");
mys
I would like to know how to verify that there are 6 numbers (only numbers in
a field)
that will be submitted to a database? Any clues!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Do we have any I-frame experts for IE.
I am trying to use multiple I-frames in Internet Explorer. When two of them
are applied they both lose their positon attributes. Any clues?
#floatframe {position:absolute;
left: 40px;
top: 40px;
width: 30px;
heigh
This is my current code. I am trying to have this come up in a different
page. Help please!
".$row['ID']."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am using a form to submit to mysql. What I would like to do is to use a
link to submit the form instead of the standard submit button. Help is
appreicated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
This is what I have
What I would like is for this to carry a variable with it. I have tried
several different variations and they don't work obviously
Does someone have an idea for this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Got it
echo";" ?>
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> This is what I have
>
>
> What I would like is for this to carry a variable with it. I have tried
> several different variations and they don't wor
What I would like to do is to make an optional page that can print
information to a specified printer. Can PHP do this?
If so how???
Please help!!!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Here is my problem. When I send emails locally theough the Exchange Server
I have no problems sending mail. When I try to send emails to another site
through the MTA funtion_mail pops up. One of two things came to mind.
First is that we have anonymous forwarding of emails turned off for
security
Do I need to login into the server for this?
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Here is my problem. When I send emails locally theough the Exchange
Server
> I have no problems sending mail. When I try to send emails to another
Here is my problem. When I send emails locally theough the Exchange Server
I have no problems sending mail. When I try to send emails to another site
through the MTA funtion_mail pops up. One of two things came to mind.
First is that we have anonymous forwarding of emails turned off for
security
Everytime I try to run this function it says that it is an undefined
function LDAP_connection
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think you mean:
$example_string = '?action=kick&item=me';
"Jose" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I might be wrong here, but with the code below I would expect $_GET to be
filled and the script to output the next line:
// expected output:
//
// array(2) { ["acti
I believe you can also prevent the header error by using ob_start();
"Jean-Louis Letortorec" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> To work around that "headers already sent" problem, I use:
>
> if ($condition == true) { echo
> "location.href=('http://...');"; }
>
> That wor
I'm currently attempting to upgrade to the latest version of php.
When I run:
./configure --with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local
I get the following message:
Cannot find header files under /usr/local
Why is this?
ron
--
PHP General Mailing List
a non, arcu.
Mauris cursus vulputate pede. Cum sociis natoque penatibus et magnis dis
parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit.
Appreciate you help.
======
Ron Dyck
Webbtech.net
==
--
Hello all,
I have a php script that reads a flat text file with fields seperated by a
space. I explode them into an array just fine, but when I try then to load
that array into a mysql database, it doesn't work. Here is my script:
for ($i=0; $i<$number_of_alerts; $i++) {
// Split each lin
;,'$line[7]', '$line[8]',
'$line[9]', '$line[10]', '$line[11]', '$line[12]')";
$results = mysql_query($IPFWsql) or die ("Could not execute query");
}
Again, any help with this issue is appreciated.
Thanks,
Ron Clark
e page.
__PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => auth
I'm using php-4.2.2.
ron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
>From within a PHP script, I need to initiate a secure HTTPS form POST
from my Apache server to a separate third party server. I have yet to
figure out how to accomplish this. Can PHP even handle something like
this?
I welcome any advice.
Thanks,
Ron
servers recognize and
accept [EMAIL PROTECTED] as they would [EMAIL PROTECTED]?
===
Ron Dyck
WebbTech
www.webbtech.net
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I seem to have some trouble with a script using the output buffering
functions on a server running v4.1.2.
Everything works fine on the box with 4.2.2. Is this an issue with 4.1.2?
===
Ron Dyck
WebbTech
www.webbtech.net
[EMAIL PROTECTED]
--
PHP
Hello all,
I have a php script that reads all the files in a directory (pictures), the
outputs each picture as a link to be displayed in the main frame of the html
page. All of that works fine. I want to be able to "pretty up" the picture
out put by placing the picture into a html table so it is c
I know this is probably easily solved, but I'm trying to locate the PHP
function which returns the client's IP address when they request a page
from the server. I'm having no luck searching the php.net function list.
Kindest regards,
Ron
"Yes, they were dinking with
of a working
script and compare it to my own.
Thanks,
Ron Clark
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a php cli that creates a file. It works fine when I execute it from
the Linux command line as "php foo > bar". I'm trying to also execute this
by clicking a form button on a web page via "system('php foo > bar')". I
can see that the file bar gets created but it's always empty. I've trie
There are already plenty of echo statements in foo! They DO show up when I
run php foo. It's when I try to use system("php foo") that I don't get
anything.
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
I have a php cli that creates a file. It works fine whe
s because then the code in foo
might conflict with the context surrounding the include. I was hoping for a
simpler solution, but I might be able to isolate the include in a function.
"Chris Shiflett" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> --- Ron Rudman
I have been using the tools from ImageMagick (convert) to create thumb nails
of pictures upload to our site. Once you have the uploaded file just:
if (exec('convert -w 100x100 ... src_file dest_file')) { error }
I hope this helps.
Dale Frohman wrote:
> Does anyone know of a way to resiz
brain.
Any help would be appreciated!
Karl
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
209 Media
Ron Wills <[EMAIL PROTECTED]>
CTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
209 Media
Ron Wills <[EMAIL PROTECTED]>
Programmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
't take it. Frustrating, to say the least.
James.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
209 Media
Ron Wills <[EMAIL PROTECTED]&
ttp://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]
--
209 Media
Ron Wills <[EMAIL PROTECTED]>
Programmer
--
PHP General Mailing List (http://www.php.net/)
To unsubsc
ED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
209 Media
Ron Wills <[EMAIL PROTECTED]>
Programmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
ditional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
209 Media
Ron Wills <[EMAIL PROTECTED]>
Programmer
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
input field.
Is there another method?
I do have the form as:
and I can catch all the other form elements without a problem.
thanks,
ron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
f the form element.
But I was able to identify it through $HTTP_POST_FILES.
Thanks
ron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
l:
> > [EMAIL PROTECTED]
Frequently. They ignore me.
> - Original Message -
> From: "Ron Pitts" <[EMAIL PROTECTED]>
> To: "Kath" <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 5:29 PM
> Subject: Help!
>
>
> > I have been trying to
ple out
of the list when they want to go.
> - Original Message -----
> From: "Ron Pitts" <[EMAIL PROTECTED]>
> To: "Kath" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, May 14, 2001 9:48 PM
> Subject: Re: Help!
>
not want the genie to come out.
21. You can either ask us to do something OR tell us how you
want it
done, not both.
22. Christopher Columbus did not need directions, and neither do
we.
Ron Pitts
Caravela Books
134 Goodburlet Road
Henrietta, NY 14467 http://caravelabooks.com
--
PHP General Ma
forearm and removes pill remnants from right
eye. Call at
furniture shop on way home to order new table.
Ron Pitts
Caravela Books
134 Goodburlet Road
Henrietta, NY 14467 http://caravelabooks.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
I can telnet to port 993 o.k.
Any ideas? Or can anyone at least verify that imap-ssl works in php
4.1.1.?
--
-Ron-
https://www.yellowbank.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
Ron Peterson wrote:
>
> I've installed php 4.1.1. with the following configure options:
>
> ./configure --prefix=/usr/local/versioned/php-4.1.1
> --with-apache=../apache_1.3.19 --with-openssl --with-imap
> --with-imap-ssl=/usr/local/openssl --with-kerberos --with-gett
fine. Does anyone know if this is a bug with php-4.1.1.
Operating system is solaris-8 on a sun enterprise 450
Thanks in advance,
--
Ron Clark
System Administrator/Web Coordinator
Armstrong Atlantic State University
11935 Abercorn Street
Savannah, Ga 31419
Phone: 912 961 3234
Fax: 912 927 5353
age to a language like perl or PHP than the
reverse after graduation. At our university we offer special topics
courses that are not on the curriculum when requested by students -
courses on PHP perl visual basic. Maybe you should talk to the CS
department head about special topic classes or department
t;phpkid","d0wn") or die
("Could not connect to server");
Anyone have any ideas?? I am so stuck and running out of hair to
pull out!
Thanks in advance,
Ron Clark
-BEGIN PGP SIGNATURE-
Version: PGP 7.1
iQA/AwUBPF7Th0SpEYIqgLQzEQInoACeOGf5f1LhIowxzrkwlbQGbp9
I need to access the name of a file included.
ie: in index.php I've included various files, among them navigation.inc.
Instead of manually typing at the top of everyfile,
I'd like to use something like:
===
Ron Dyck
WebbTech
www.WebbTech.net
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello All:
How do I read all of the data from just one column, then develop a
count based on those items? I think I start with mysql_fetch_field(),
but right there I get stuck. Any ideas to point me in the right
direction?
Thanks in advance,
Ron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello all again,
Here is my line in my script:
$ynumber = mysql_query("SELECT COUNT(*) FROM responses WHERE
response=y");
But it returns a blank or empty. How do I convert this MySQL command
to PHP?
mysql> SELECT COUNT(*) FROM responses WHERE resp
ction() {
foreach($_POST as $key=>$value) {
if (empty($$key)) {
print "empty value $key";
}
}
}
Anyone dealt with this?
===
Ron Dyck
WebbTech
www.webbtech.net
[EMAIL PROTECTED]
905 734-1164
--
PHP General Mailin
$key";
> }
>}
> }
That did it.
I assumed that since $_POST was global, the key/value pair would be. Guess
not :-|
Thanks!
ron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If I have two variables of time both in the format of "Y-m-j J:i:s"
How would I go about and get the difference?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
me($firstTime);
> $lastTime=strtotime($lastTime);
>
> // perform subtraction to get the difference (in seconds) between times
> $timeDiff=$lastTime-$firstTime;
>
> //echo out the difference
> printf ("Difference is %d seconds",$timeDiff);
>
> ?>
>
> HTH
&
wrote in message
027601c1e7a9$fbe6f0f0$0200a8c0@dannys">news:027601c1e7a9$fbe6f0f0$0200a8c0@dannys...
> use the date() command (http://www.php.net/date) - using $timeDiff as the
> datestamp.
>
> HTH
>
> Danny
>
> - Original Message -
> From: "Ron Allen"
Appreciate the assistance Danny
Figured it out
$totaltime= date("H:i:s", mktime(0,0,$totaltime));
Just followed PHP from this page
http://www.php.net/manual/en/function.mktime.php
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL
This is what I have right now
$totaltime= date(":H:i:s", mktime(0,0,$totaltime));
This is the result
04:20:46
from the following dates
2002-04-25 16:30:16
2002-04-19 12:09:30
534046 seconds
I would like to be able to get the days and, if needed, the number of months
and years
--
PHP Gene
sure of how well that integrates with
PHP.
Any help or tips from anyones who's done some work with this would be
appreciated.
===
Ron Dyck
WebbTech
www.webbtech.net
user accounts to authenticate users
throughout the rest of the site. How can I get this to work for
downloads?
Is this even possible within the open realm of the browser? Have any of
you solved a similar problem? I welcome any ideas.
Ron Stagg
.
How can I delete a file as soon as it has been downloaded?
Ron Stagg
-Original Message-
From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 29, 2002 2:57 PM
To: Ron Stagg; [EMAIL PROTECTED]
Subject: Re: [PHP] *** Secure product download
John,
I appreciate your advice here. Please tolerate another question:
Your code example had the comment "//show download code". That is
what I need. What is the "download code"?
Thanks,
Ron
-Original Message-
From: 1LT John W. Holmes [mailto:[EMA
Is is possible to use an object method to set_error_handler instead of a function?
Instead of this: set_error_handler("errorHandler");
can this somehow be done: set_error_handler($obj->errorHandler); (The object method is
of course valid.)
=======
"echo
rows->Table" and "echo rows->Tables" to no avail. So how do I fix
this?
Thanks in advance,
Ron C.
-BEGIN PGP SIGNATURE-
Version: PGP 7.1
iQA/AwUBPHv32kSpEYIqgLQzEQISfQCeLVinx7oQc4Gmudv1MJbb17dGCPoAnA7S
yRR86rJUwHsXGJlU0yVckVyK
=2bva
-END PGP SIGNATURE--
ION
The dos2unix utility converts characters in the DOS extended
character set to the corresponding ISO standard characters.
--
Ron Clark
System Administrator/Web Coordinator
Armstrong Atlantic State University
11935 Abercorn Street
Savannah, Ga 31419
Phone: 912 961 3234
Fax: 912 927
Is there a way with PHP to determine screen resolution size???
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am looking at how to format output
Here is what I have. There is a simple currency conversion that I do and
the output is just a string of numbers
I would like it so that it puts a comma for every 3 spaces...Any
clues..oh knowing newsgroup
--
PHP General Mailing List (http://ww
This is what I have and it is not working
$converted1 =round($usdamount * $convamount, 2);
$converted = number_format($converted1);
//echo "$amount * $convamount = $converted";
echo "You should receive$nbsp $converted $currency";
"Ron Allen" <[EMAIL PROTECTED]&g
Figured out why it wasn't working, but I need to be able to display the 2
decimals afterwards
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking at how to format output
>
> Here is what I have. There
figured that out as well
You need to put the number_format($number,2) afterwards
Thanks to both you!
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am looking at how to format output
>
> Here is what I
Using fwrite how would I insert a line return
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Any idea on how to obtain a computer name...Windows environment using
PHP?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have downloaded the GD library and I am wondering how do I install it..
I unzipped it and put it my root. I have PHP version 4.1.1...what else
is there to do? Does anybody have any script for me to test it real quick?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, v
This is for a Windows 2000 server
"Ron Allen" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have downloaded the GD library and I am wondering how do I install it..
>
> I unzipped it and put it my root. I have PHP version
Here is what I want to do.
I am taking a poll and I would like to display the results in a bar graph
format. What is the best way to do this.hopefully you will not say GD
library!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am querying to see if someone can point in the right direction.
What I would like to do is first open a connection to a specific folder
(know this)
Have it towards the user can click on a button and it will pop up with the
local directory and have it so that they can browse their hard drive and
uration problem with IIS, or am I overlooking something
else?
Ron
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Having trouble with HTTP_POST_FILES not working under 4.1.0. Track vars is
enabled, and HTTP_POST_VARS works fine.
Anyone experiencing simular problems?
===
Ron Dyck
WebbTech
www.WebbTech.net
[EMAIL PROTECTED]
905 734-1164
--
PHP General
devise a way that works. And
>they are text fields in MySQL so that won't sort it correctly either. Can anyone
>point me in the right direction?
--
Ron Wills
DMS Control Programmer
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PR
1 - 100 of 289 matches
Mail list logo