I am trying to use the "imagettfbbox" function. Am testing the script on my
local network
running W2K. Have defined :
$fontfile = "arial.tff"; // this file is in the same directory
with my script
The instruction that fails:
$thetextbox = ImageTTFBBox ($fontsize, 0, $fontfile, "
do is extract [EMAIL PROTECTED] from; mailto:jr@;johnrudnick.com">[EMAIL PROTECTED].
Any help would be appreciated.
Thanks in Advance!
JR
-
SallyJo, Inc., offers Top Notch Dedicated & Virtual Hosting.
Visit: http://www.SallyJoInc.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4.3.3.
Any help would be greatly appreciated.
Thanks,
JR
-
John Rudnick
RHCE #808003122507415
MySQL Certification #206067847
SallyJo, Inc., provides Top Notch Web Hosting & Programming!
Ask me about Dedicated Hosting starting at just $89 per month.
./configure --prefix=/usr --exec-pr
] Error 1
`make' failed
The entire output is below.
Any advice would be appreciated.
Thanks!
JR
[EMAIL PROTECTED] html]# pear install SQLite-1.0.tgz
48 source files, building
running: phpize
You should update your `aclocal.m4' by running aclocal.
Configuring for:
PHP Api Version: 20020
se is
postgresql.
Thanks for any help.
Jr
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Why not just use lynx to run it?
*/2 * * * * /usr/local/bin/lynx -dump crontest.php
JR
> On Monday 10 Dec 2001 5:54 pm, Jay Paulson wrote:
> > I'm trying to test php running as a cron job and I have installed php as a
> > CGI in /usr/local/bin and I have edited my cr
How I view this subject as a Newbie
I don't care about attitudes, language, remarks, or anything
of this nature. What I do care about is having a place where
I can ask stupid questions (Most of the time) intelligent
question (whenever possible) and get an answer. Someday when
I can understand t
Does anyone have examples or know of documentation in order to receive and
respond to cxml punchout requests. I'm attempting to integrate my cart with
a catalog however have not done much coding with cxml or xml. Thanks in
advance.
You might consider using cookies that keep track of the user's
login name and a bitwise status to control AAA (Authentication,
Authorization, and Access0 controls instead of using session variables.
-mel
On Wed, 1 Jan 2003, Jean-Christian Imbeault wrote:
> On my web site there are some areas tha
This may be a no-brainer for everyone but me but ... I have several php
scripts residing on a web site on Server A. In a library file on Server A
are misc. functions, some of which query an underlying database and return a
text string as the result. On another web site on Server B I would like to
location.href=""
should work ... hth ... Bill
-Original Message-
From: Ysrael Guzmán [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 4:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP] read javascript variable php?
example:
location.href="$destination";
or
location.href="";
rvera.com/qotd.php' for inclusion
(include_path='.;c:\php4\pear') in c:\webdev\kids\homebody.inc on line 27
Any ideas? I know that I am missing something here.
Thanks,
Bill
-Original Message-
From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 0
Hi all. I am having some problems with a script which reads information
from a database and creates a table. It works in IE but not Netscape. I
call myself going through the tags to make sure all that were open were
closed because Netscape doesn't like unfinished business. What I have is a
scri
trying to understand. :o)
Bill
-Original Message-
From: Jason Wong [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 21, 2003 8:56 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Page Rendering
On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote:
> This code is at the top of
Hey guys,
I have a red hat 7.3 server running apache and php4. It all seems working fine, but
when I try to upload a file through a form I got nothing. I mean, I can ouput the temp
name of the file, the final name, size and other stuff. but some functions don´t work.
Like
If (!is_executable($u
Thanks, but just a little part of the problem was solved.
the other part is: why php doesn´t move the upload file to the specified
directory, with move_uploaded_file?
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Gilberto Garcia Jr." &l
Hey Guys,
How can I get the value of an javascript string and pass it to a php variable?
i.e.
var x = "test";
thanks
Iced Sun
If you are using cookies the new window will pick it up. Have the original
page change a variable to say that it has loaded then when the new window
loads have it check that variable first.
-Original Message-
From: Roman Sanchez [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 1:
You can find this here -> http://www.php.net/manual/en/ref.mail.php
-Original Message-
From: micah lamb [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 5:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP] mail() and sendmail path
Is there any way to declare the path to sendmail locall
Somebody here use adodb with oracle?
I´m triyng to use that, but I´m noting realize how to estabilish a conection
with oracle.
I´m getting the folowing error:
Fatal error: Call to undefined function: ora_plogon() in
e:\inetpub\wwwroot\hosted\EnsinoNet\php\adodb\drivers\adodb-oracle.inc.php
on li
Hey guys,
I made a class to work with file upload.
I used the php function is_executable. and in php 4.2.x it works ok, on linux and on
windows.
Last week I update my php to 4.3.x and this function stop work. In fact I got this
error. undefinied function.
Does anyone can help?
thanks
Hi,
I have PHP 4.3.1 and PostgreSQL 7.3 running in a Mandrake 9.1
workstation. When trying to connect to the DB, the PHP execution just
blocks in pg_connect() call, and it remain blocked for several minutes -
until I cancel the request. Sometimes the call completes, but I am not
sure i
Hi guys.
I´m having a problem with a login system. I enter with the correct password
and I press the submit button. But, nothing happens. It´s not a typinh
mistake, cause when i enter the wrong pass. it returns me an error. What
this can be???
thanks
---
Outgoing mail is certified Virus Free.
Ch
It was a cookie problem. between php and windows.
thanks
-Mensagem original-
De: Chris Hewitt [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 17 de março de 2003 11:45
Para: Gilberto Garcia Jr.
Cc: PHP
Assunto: Re: [PHP] login problem
Gilberto Garcia Jr. wrote:
>Hi guys.
&g
I´m a newbie on this class. But i´m getting this error.
if I define a constant using define('',''); I get template as just if doesnt
has parsed anithing. all constants name´s are showed without changing the
name per values. So, when i define the constant as a variable $x = ''; it
works fine.
anyo
Hey guys,
How can I enable php to work with mcrypt functions?
I´m using debian woody linux. I´ve had installed libmcrypt already, from
debian cds. But I dont know how to make php understands this lib.
thanks
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.
How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to
use mcrypt function on windows.
Thanks
uthentication".
I'm using the following code which i know is wrong,
what would be correct?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
now change
my code to generate the Random Number which of course
is much better! Thanks...
T. Edison Jr.
--- Wouter van Vliet <[EMAIL PROTECTED]> wrote:
> I don't see why your code is so wrong but
> neither do I see what it
> reall does. YOu are changing the clientI
hint?
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g Balance of 21st to
get the Closing Balance. So this is what i have to do.
I need to pick up the Opening Balance from the
Holdings Table of a Date Previous to the Transactions
that i'm displaying.
How can i do this?
Thanks,
T. Edison Jr.
__
ks,
T. Edison Jr.
--- John Holmes <[EMAIL PROTECTED]> wrote:
> > I just want my Adding Into Database script to
> check if
> > the Name/Country already exists, and if it does,
> it
> > shouldn't be allowed.
> >
> > If some with
> > Name : Jackson
&g
. How can i do this?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on in the head, how
will those variables pass?
2. I'm already using Target=_Blank ... problem with
that is that you cannot control size of window. And
that is exactly what i need to do.. define parameters
for the window...
Thanks,
T. Edison Jr.
--- vins <[EMAIL PROTECTED]> wrote:
hi!
i have a problem in my project.the problem is that
suppose we have the date for the whole of the month
and two different files r there.
i have to pick one file of the current date that is
say today and the other file of the yesterday.but the
problem is that if the current date is monday then t
dies. so i would prefer someone like them or
better then them. I'd really appreciate if someone can
find me a better Host.
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
--
PHP General Mai
in my Flash movie.
How can we exactly insert PHP Coding inside Flash
Movie to make the code work? Any tips...
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
PHP General Mailing
.com/desdev/mx/flash/articles/flashmx_php.html
>
> HTH
> -Brad
>
> "Thomas Edison Jr." wrote:
> >
> > I have a mySQL db, and a bunch of tables in it.
> > What i want to do, is to pick up some data, and
> > display in my Flash Movie.
> >
> > For e
there is a problem in mysql database.there r two
tables.one table is named as transactions and
the other is named as the code.the transactions table
has got the 12 fields which r the following
1.clientid int 2.date date 3.isinno text 4.debit
int 5.credit int 6.desc text
7.dpid1 text
ave 2 versions available.. 2.0 & 1.3 .. i just
want to know which one i should use, and if PHP is
compatible with both.. and that if i do use 2.0, the
Install Doc in PHP has given no instructions on how to
install php on Apache 2.0, so how will i install it..
Any suggestions most welco
Ok... i'll go for 1.3.24
Thanks,
T. Edison Jr.
--- R'twick Niceorgaw <[EMAIL PROTECTED]> wrote:
> use apache 1.3.24..
> php has experimental support for apache 2.0.x.. so
> don't trust it much
>
> - Original Message -
> From: "Thomas E
T. Edison Jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
Tel : 91-4546512/4522124
***
___
show data to users on the Website. It's something
like that. The software involves a lot of processing,
decryption, conversion etc. to convert a .dat data
into usable mySQL Tables Data.
Hope somebody can help.
Thanks,
T. Edison Jr.
__
Do You Ya
Hi,
When i press the Submit button, i would like it to
open in a new Javascript Windows with well-defined
characteristics like size, width etc.
I create a window.open function and gave the name of
my PHP page .. but the Form Variables are not passing
into it..
Thanks,
T. Edison Jr
ield2 : dsjdkj
row1field3 : skljskj
row2field1 : dkjhdkj
row2field2 : dsjdkj
row2field3 : skljskj
And so on, apart from the other mail info.
Can anyone help me out with this...
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo!
Thank you for your *extreme* kindness...
I do not know where to begin to make this happen.
I created a variable and ran the entire do while loop
to read contents of the table and tried storing them
in the variable, which could be used as Content of the
mail. However, i just get the Last Row in m
r
whatever can accomplish this, to restrict parameters
of the window in which add2cart.php opens, at the same
time the variables of my form should get submitted
into the add2cart.php
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First
";
> $realcontent .= "$myrow['q']";
> }
>
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
, in my PHP/mySQL.
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Glory,
I use phpMyAdmin which enables me to take dump of
mySQL Table Data into Comma Seperated Values file
(.csv)
Now, i have to create such a program that accomplishes
this, without using phpMyAdmin. Can someone guide me
to this procedure..
Thanks,
T. Edison Jr
$myrow[stuff], that is, coming in from a
Database Table. How do i define these values up in the
Javascript function in the of the file?
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
-
elp needed!
Thanks,
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
bsite mySQL.
Thanks,
T. Edison Jr.
--- Jason Wong <[EMAIL PROTECTED]> wrote:
> On Saturday 13 July 2002 13:45, Thomas Edison Jr.
> wrote:
> > Glory!
> >
> > Let's say i got a bunch of Data in my mySQL Table
> on
> > my localhost. I need all this Dat
be my internet is not
able to send all the data. I dont' know.
Now can anyone suggest a possibly solution? Can i
break up the file automatically and send or something?
Please help..
T. Edison Jr.
__
Do You Yahoo!?
Yahoo! Autos - Get free new
> I use Windows but the command on Linux is close
>
> if the file is called mydata.sql
>
> mysql > \. C:\mydata.sql
>
>
> Hope this works
>
> Pradeep
>
>
> - Original Message -
> From: "Thomas Edison Jr." <[EMAIL PROTECTED]
Simple.. just edit your php.ini file in your windows
directory. Search for "register_globals" .. it will
have "Off" in front of it.. switch it to "On"
T. Edison jr.
--- ram friend <[EMAIL PROTECTED]> wrote:
> hello,
> I have just installed apache+php4,
Does anyone had tested ADODB with php5?
I can make a query, print the recordcount but when i try to show the result i got
nothing
PConnect('some', 'some', 'some', 'some');
$seleciona = "
select campo
from tabela
";
$qry =& $conn->Execute($seleciona);
if (!$qry) {
echo $conn->ErrorMsg();
echo
adodb layer.
php.weblogs.com/adodb
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Gilberto Garcia Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, September 08, 2003 5:45 PM
Subject: RE: [PHP] adodb and php5
[snip]
Does
How do I delete records from my mySql database which
are three weeks old?? I will be declaring a date field
for the records but what coding should I do in order
to check if the records are three weeks old and then
erase them so that my data is up to date??
Regards,
T. Edison jr.
=
Rahul S
ntains "Project", it goes.
But if it contains "Project One" ... it doesn't work
in NETSCAPE.
When on to the next page, this $title also has to be
sent into the Database.
what do i do?
regards,
T. Edison jr.
=
Rahul S. Johari (Director)
***
s given in the manual. I tried
out almost all!!!
HELP
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
made the urlencode
function to work...only part left now...
T. Edison jr.
--- Julian Wood <[EMAIL PROTECTED]> wrote:
>
> Try printf("
href=\"pro_page1.php3?title='".urlencode($myrow[title])."'\">")
>
> J
>
> on 3/4/01 11:55 AM, Th
Julian,
i tried :
instead
notice the single quote ' missing. And that WORKED!!!
It displayed the right value in the next PHP page.
Unfortunately there's another problem. it only
DISPLAYED the right value...but when it adds the value
in the database...it adds with the plus + sign. i.e.,
it ad
Thanks to all of you guys for helpin me out solve this
otherwise horrendous task of making the query string
work in netscape.
much thanks to Julian!!
Cheers,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http
I'm using the following code to insert date into my
mySQL table named "Booking". I've created variables
that store the date with dashes "-" seperating them.
But it's not working. It's giving me an error on the
$SQl line.
following is the code :
his be made possible in
the script!?
well thanks a lot,
Cheers,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTECTED]
Tel
if someone's booked a room from 3rd March
to 10th March between 4:00 p.m. to 12:00 p.m. , you
can't book the same room for the any date between 3rd
March to 10th March and between 4 pm & 12 pm.
How do i do that?
Regards,
T. Edison j
;
echo "Thank you! $rooms, has been booked from
$realsdate to $realedate.
** Entries will be deleted 2 weeks after the End
Date.
";
}
} while ($myrow = mysql_fetch_array($result));
}
?>
Regards,
T. Edison jr.
--- "Peter Chr. Hansen" <[EM
insert booking
data into the table? Because this is basically picking
up data or booking from the Table that fall in this
period. What i want to do is to check if any booking
has been made for this period that i'm inserting
now
T. Edison jr.
--- Jeff Armstrong <[EMAIL PROTECTED]&g
'$realedate','$realstime','$realetime','$purpose','$res')";
$result = mysql_query($sql) or Die ("An unexpected
error occured. Please go back and book again.");
echo "Thank you! $rooms, has been booked from
w back The logic is neat and
pretty understandable. i'm only having problem in raw
codin. but i'm tryin.
I think i'm gonna suff in a code and see if it works,
and i'll share the stuff with you
cheers n thanks,
T. Edison jr.
--- Jeff Armstrong <[EMAIL PROTE
w back The logic is neat and
pretty understandable. i'm only having problem in raw
codin. but i'm tryin.
I think i'm gonna suff in a code and see if it works,
and i'll share the stuff with you
cheers n thanks,
T. Edison jr.
--- Jeff Armstrong <[EMAIL PROTE
7;$realedate','$realstime','$realetime','$purpose','$res')";
$result = mysql_query($sql) or Die ("An unexpected
error occured. Please go back and book again.");
echo "Thank you! $rooms, has been booked f
_query("select * from booking where
('$realsdate'>=sdate and '$realsdate'<=edate) or
('$realedate'>=sdate and '$realedate'<=edate)",$db);
but i dodn't know what changes. Please HELP!!
Cheers,
T. Edison jr.
=
Rahul S. Johari (
n can have
only two legs below him - Left & Right = and thus the
chain grows. Each person sponsors 2 people below him.
They can be directly below him or somewhere down the
line. But keeping a count of how many people o one's
right & left is getting impossible logically.
please help!
How can I use the HTTP authentication which pops up
that little box in the screen asking for username &
password for giving access to a page in PHP?
regards,
T.Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage :
dule on my computer?
Regards,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EMAIL PROTEC
not use the pws-php4*.reg for updating my
registry (as i do it manually. I did try this but it
doesn't make a different)
3. first i copied the new browscap.ini to my system,
it didn't still work...so i brought back my original
and it still doesn't work!!!
I don't know what to
ng great with the earlier version. i didn't
change anything with it here!!
T. Edison jr.
> phpinfo() - or some error messages. If you get the
> html, then php is working
> fine but your PWS configuration is not.
>
> Cheers
> --
> Phil Driscoll
> Dial Solu
e and only 1 dll file, that is,
php4ts.dll
Do i have to point extension_dir to some other
location? like the "extension" folder in my php4
folder?
Should i replace the old browscap.ini with this new
one that i got with php4?
any other suggestions? please help...
Cheers,
T. Edison jr.
like the "extension" folder in my php4
folder?
Should i replace the old browscap.ini with this
new one that i got with php4?
tell me what do i do?
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : ht
renced to this anywhere!!! in
the "extension_dir =" in the php.ini, i have given
"C:\php4" only, which has only php.exe & php4ts.dll
among some other few files. Should i change this to
c:\php4\sapi ?
cheers,
T. Edison jr.
--- Data Driven Design <[EMAIL PROTECTED]>
wrote
Use the virtual() command to call SSI from PHP.
-Roy
on 5/5/01 2:43 AM, James Hamilton at [EMAIL PROTECTED] wrote:
> Hi
>
> I am developing pages for a site that has been constructed using nested
> apache ssi virtual include calls to build each page. Each included page
> may contain calls to o
not
before coz it was working before!!!
did you define any path in the
doc_root =
in php.ini? because i didn't!
Cheers,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email : [EM
would you believe it, i did!! still not working. still
giving the "500 Internal Server Error". I uninstalled
& then reinstalled PWS. cooked up the settings
again...and no response!!
T. Edison jr.
--- Data Driven Design <[EMAIL PROTECTED]>
wrote:
> Did you copy the php
;re looking for
something esy & fast to get running, PWS is it. It's a
server just like Apache or any other, only, well, it's
Microsoft, and like Mr. Lynch once said, Microsoft &
Stable don't go in the same line. But anyways, it
works ok at home for any kind of work.
T. E
p; reinstalled PWS twice already. it's just
*&*%^. anyways, i think i'm gonna be trying out the
IIS option. Is IIS ok to work with PHP4? any problems?
and is there anywhere on the Internet that i can get
IIS 4 from?
thankx all yah,
T. Edison
e option.
my \inetpub\wwwroot is the web dir. and i have read,
execue & scripts checked for that on PWS. plus i have
c:\php4\sapi\(the dll) declared in my regedit.
everything is how it's supposed to be. i don't know
what's wrong!
help me if you can!
T. Edis
me again...i hope MTS is not required for running
PHP4.0.5 on PWS. Cause i'm not having the MTS
(Microsoft Transaction Server) installed on my PWS.
T. Edison jr.
--- Donald Goodwill <[EMAIL PROTECTED]> wrote:
> I couldn't find your original message, but here are
> s
h will run ASP & PHP both. I do have
the Jrun Server installed cause i work with JSP too. I
actually need all 3 : PHP, ASP & JSP running on my PC.
I'm using JRun for JSP, Apache (now, before i was
using PWS) for PHP and i need something for ASP now
since my PWS is not working.
Regard
e dropped the idea of making PHP4
run on PWS since it is not going to (somehow). So now
i Am running PWS/Apache/Jrun on my PC and working with
ASP, PHP & JSP. no problem.
that you do mention it, can u tell me if it's better
to use IIS or PWS? and where can i get IIS?
Cheers,
T. Ediso
\php4\sapi\(the php dll)" ?? or is there
something else also that i'll need to do?
T. Edison jr.
--- Phil Driscoll <[EMAIL PROTECTED]> wrote:
> What is going wrong is that you are using the ISAPI
> version of PHP and it is
> quite unstable on anything lower than W2K. I
er for the Module
part.
thankx again.
T. Edison jr.
--- Phil Driscoll <[EMAIL PROTECTED]> wrote:
> I dont' have PWS so I#m guessing, but you probably
> have to remove the PHP
> ISAPI module from the list of installed ISAPI
> filters (you do have to do
> this on IIS s
Already Did sir! and am as happy as u would've been.
finally i can test http authentication 2.
Cheers,
T. Edison jr.
"We're out of our medicines and out of our minds..."
--- MaD dUCK <[EMAIL PROTECTED]> wrote:
> also sprach Thomas Edison Jr. (on Sat, 05 May 20
n't pop-up. I understand that probably clicking on
this "logout" link should again make $auth false. But
then $auth is on a lot of pages, how does this $auth
on logout.php3 make all the other $auth's false?
or is there some other way?
the code i'm using for auth is :
***
Try using this :
works excellent on any browser, apache server with PHP
module.
T. Edison jr.
--- gary <[EMAIL PROTECTED]> wrote:
> Im having a problem with Authentication uisng
> $PHP_AUTH_USER and
> $PHP_AUTH_PASSWORD works fine connecting via
> netscape but automatica
in a Size i
want, and not any size. And also the File Size.. i
dont' want very heavy images uploaded. Can that be
restricted?
Thanks,
T. Edison jr.
=
Rahul S. Johari (Director)
**
Abraxas Technologies Inc.
Homepage : http://www.abraxastech.com
Email
base
based PenPal sysem.
Basically there has to be some connection between the
record entry by the user and the image. Which also be
required when this record is displayed, for the
corresponding image to be displayed. How migh that
work?
Thanks again,
T. Edison jr.
--- Malte Fucks <[EMAIL PROT
h option should
i be choosing? And also, once i have chosen that and
saved the lot of .csv files on my computer. What is
going to be the process to re-fill the new Database &
It's new tables with the data in the saved .csv File?
Thanks,
T. Edison Jr.
==
Hello!
I'm trying to create a directory, let's say: /some/dir. My script
(create_dir.cgi) is located at the cgi-bin directory and begins with
#!/usr/bin/php. So it's like any other script, isn't it?
The problem is: running php in safe mode with the script permissions:
rwxr-xr-x 8 ro
1 - 100 of 197 matches
Mail list logo