Hello all,
I hope my newbie question don't bother you
too much.
I've downloaded the latest PHP for windows
but when I try to use it I get a message
that I have to re-compile it.
("You may disable this restriction by recompiling the PHP binary
with the --disable-for
On Monday 01 April 2002 15:35, Johannes Tyra [BrainData] wrote:
> Hi,
>
> has anybody experiences with the vpopmail functions in php?
>
> If I use these functions (I´m sure there are compiled correctly into php) I
> get errors over errors.
> (Unable to change into /vpopmail/domains/domain dir etc)
if ($payment_status = "Completed")
if you do this your if statement is invalid
You should do
if ($payment_status == "Completed")
I mean you should use double '=' inorder to say 'equals'.
"Jim Hankins" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Here is a p
Hey --
I have a question for ya'll.
I'm writing a fairly substantial program which allows listing of items like
real estate, car ads, etc... on the web. Overall, it looks like it'll be
around 5-7000 lines long.
I was thinking about putting the main guts of it into one big include file
to make i
Hi,
I'm working on a script to read in the results from a search engine and find out a
website's position in the results. I've run into some problems trying to read the
results in from google, it seems no matter how I try to open the page in php it still
won't read the results. I've tried
try http://free-php.cjb.net there is a list of free php, mysql hosts and
analysises of them
"Dani" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I'm just wondering if anybody know if there is a free web hosting with
> MYSQL and PHP. I don't need a hug
Hi, I run a Sports site.
And need a forum, in php, that dosen't use mySQL.
Anyone know any good, without any advertice, exept some from the one who
made it ?
From
Kjetil Tveit
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Monday 01 Apr 2002 12:44, MiXmAsTeR wrote:
> Hi, I run a Sports site.
>
> And need a forum, in php, that dosen't use mySQL.
>
> Anyone know any good, without any advertice, exept some from the one who
> made it ?
PHPBB v2.x and OpenBB can run on top of PostgreSQL 7.x
--jaa
--
PHP General Ma
phpBB v2.x can run on alot of db's
MS Access
MS SQL Server...
MySQL
DB2
Postgre
And a few others i think...
- Original Message -
From: "James Arthur" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 8:58 AM
Subject: Re: [PHP] Forum with PHP, without using mySQL..
On Monday 01 April 2002 21:22, Stephen Phillips wrote:
> Hi,
> I'm working on a script to read in the results from a search engine and
> find out a website's position in the results. I've run into some problems
> trying to read the results in from google, it seems no matter how I try to
> ope
You want Snoopy: http://snoopy.sourceforge.com
-Original Message-
From: Stephen Phillips [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 7:22 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Problems reading a URL
Hi,
I'm working on a script to read in the results from a search eng
It's been moved: http://sourceforge.net/projects/snoopy/
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 8:08 AM
To: 'Stephen Phillips'; [EMAIL PROTECTED]
Subject: RE: [PHP] Problems reading a URL
You want Snoopy: http://snoopy.sourceforge.c
Just as an aside, sourceforge seems to have changed the url. Its now:
http://sourceforge.net/projects/snoopy/
(I was interested too).
Scott
-Original Message-
From: Rick Emery [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 9:12 AM
To: 'Stephen Phillips'; [EMAIL PROTECTED]
Sub
On Friday, March 29, 2002, at 11:39 PM, Jonathan Duncan wrote:
> I have read the page for eval on php.net
> several times as well as the very helpful examples, but whenever I use
> eval,
> it just prints out the same stuff. By same stuff I mean wether I use
> eval
> or just the variable by i
If you can use CGI there are 100s of perl ones, like UBB which don't use a
database engine
Andrew
- Original Message -
From: "MiXmAsTeR" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 12:44 PM
Subject: [PHP] Forum with PHP, without using mySQL..
> Hi, I run a S
Hi
I need to run some pages on my site in CGI mode for security reasons.
I've put #!/usr/local/bin/php at the top of the script in question, and given
it the .cgi extension so that apache treats it as a CGI. The script works,
but the first thing it does is print out #!/usr/local/bin/php, becau
I'd like to find a way to get my PHP driven web site to connect to an AS 400 database
The machine that is running php does have client access to the AS 400.
I'm trying to port some old MS Excel spreadsheets over to our intranet..
any thoughts much appreciated.
Rance
Rance Hall
308.238.2455
In
Notice anything different?
--jaa
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Saturday, March 30, 2002, at 06:29 PM, Alberto Wagner wrote:
> $Sql_Query_Login = Mysql_Query("SELECT Nome FROM users WHERE User =
> 'Anyone'")
>
> There isn't a user if name Anyone...
>
> Why
>
> If (!$Sql_Query_Login) {
>Echo "Ninguem";
> }
>
> Is returning False?
The query is succee
hm. I've seen that before by appending something to the end of the url
(not sure what though).
Tyler
- Original Message -
From: "James Arthur" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 8:46 AM
Subject: [PHP] Has anyone looked at phpinfo today?
>
>
>
Any way to use ODBC?? Just a thought
- Original Message -
From: "Rance Hall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 8:37 AM
Subject: [PHP] Using PHP to access an AS 400 database
> I'd like to find a way to get my PHP driven web site to connect to an AS
4
... an old C trick: when comparing a variable to a
constant, put the constant first, ie
if ("Completed" == $payment_status) {
}
that way, if you accidentally use 'assignment-equals'
instead of 'equivalence-equals', you get a syntax error.
"Martinahingis" <[EMAIL PROTECTED]> wrote in me
On Sunday, March 31, 2002, at 04:05 AM, Liam wrote:
> at the moment I have register_globals set to "on"
> Is there any reason I should turn it off?
>
> What are the security risks of having them on?
I once asked this exact question, and here is the response I got -- I
found it very helpful:
Thanks everyone,
Snoopy looks just like what I need to use, if only I'd known about this sooner, I
could have saved myself alot of time :)
Steve.
On Sunday, March 31, 2002, at 02:02 PM, [EMAIL PROTECTED] wrote:
> We are choosing some tools for building applications. Php is a very
> good tools to
> build web applications, but we don't know if it can generate printable
> reports. "Printable reports" mean the report you can print what you
You would be better off reading the security chapter in the PHP
documentation. It is much better informed than that study-in-scarlet
thing.
On Mon, 1 Apr 2002, Erik Price wrote:
>
> On Sunday, March 31, 2002, at 04:05 AM, Liam wrote:
>
> > at the moment I have register_globals set to "on"
> >
Eric Coleman wrote:
> This can be done easily...
>
> And since when does PDFLIB cost money? I thought it was free...
PDFLIB isn't free.
A commercial PDFlib license is required for all uses of the software
which are not explicitely covered by the Aladdin Free Public License
(see bottom), for
Jason Wong wrote:
> On Monday 01 April 2002 07:22, Chris Snyder wrote:
>
>
>
>>I altered the add.php script to print the query to screen instead of
>>sending it to MySQL to try this. It still acted the same, regardless of
>>whether it was sending it to the MySQL server or printing it. In fact
On Friday, March 29, 2002, at 01:56 PM, Erik Price wrote:
> My, there have been a lot of questions about XSLT in the past 24 hrs...
> admittedly most of them coming from me. In addition to my first
> question (repeated below for clarity), I have a second one -- how do I
> perform an XSLT tr
I'm looking for an off the shelf shopping cart that has been developed in PHP. Please
send me the link and the cost of the software.
I would develop my own, but time is an issue.
Thanks!
Jeremy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
Hello friends,
can someone tell me what is wrong with this code :
It gives the link ID. But then gives "error adding row"
Thanks in advance
Denis
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
look at www.hotscripts.com
they are a pretty good resource of scripts.
Jason
- Original Message -
From: "jeremy spielmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 9:13 AM
Subject: [PHP] Recommendation for PHP Shopping Cart
> I'm looking for an off the s
Take a look at OSCommerce at http://www.oscommerce.org.
/dkm
- Original Message -
From: "jeremy spielmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 01, 2002 11:13 AM
Subject: [PHP] Recommendation for PHP Shopping Cart
> I'm looking for an off the shelf shopping
You are not actually posting the form to a page with your PHP on... so its
trying to insert that form into your DB before u actually fill it out.
either check if the form has been posted before running your PHP, or split
this into 2 pages
Andrew
- Original Message -
From: "Denis L. Meneze
Should I change the position of the php code?
Thanks
denis
- Original Message -
From: "Andrew Brampton" <[EMAIL PROTECTED]>
To: "Denis L. Menezes" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, April 02, 2002 12:31 AM
Subject: Re: [PHP] Please help with code
> You are not actua
On Monday, April 1, 2002, at 11:08 AM, Denis L. Menezes wrote:
> $query="INSERT INTO news (newsid,title, author, body, posted)
> VALUES($newsid,$title, $author, $body, UNIX_TIMESTAMP())";
> IF (mysql_query($query)){
> print "Row added to table";
> } else {
> print "error adding r
Jason Wong wrote:
> On Monday 01 April 2002 07:22, Chris Snyder wrote:
>
>
>
>>I altered the add.php script to print the query to screen instead of
>>sending it to MySQL to try this. It still acted the same, regardless of
>>whether it was sending it to the MySQL server or printing it. In fact
You CANNOT execute the PHP script until the form is submitted. You are
attempting to do both at the same time.
Second, ALL your text fields muse be surrounded by quotes in your INSERT
statement.
Third, use NULL, not UNIX_TIMESTAMP() to insert a timestamp field.
In the following, assume the name
anyone found any webserver for linux to support HTML - PHP - SSL without
much/any compiling . .
just the binary to uncompress and run .???
I am really tired by linux..
--
Sapilas@/dev/pinkeye
--
PHP General Mailing List (http://www.php.net/)
To unsubs
I don't know any offhand... but taking the easy road never produced
anything more secure then a bad IIS server...
Try my walkthrough... (ok... not walkthrough, but example)
http://www.apokalyptik.com/lsftgu/Apache-Frontpage-Mod_ASP-Mod_SSL-Mod_P
erl-Php/index.htm
-Original Message-
From
Hi,
i am running php with IMAP extension on my apache Red Hat 7.2 machine, but i always
have trouble with it.
After a while my script simply crashes:
[Mon Apr 1 17:53:25 2002] [notice] child pid 15338 exit signal Segmentation fault (11)
I thought it may be related to too many open imap_open()
You forgot to select the database that you want to
insert.
Ex:
$db = mysql_select_db ( mydatabase );
Hope this helps,
Harry
--- "Denis L. Menezes" <[EMAIL PROTECTED]>
wrote:
> Hello friends,
>
> can someone tell me what is wrong with this code :
>
>
>
>
>
>
>
>
>
>
Hi,
I'm real new in php and trying to read a txt file
this is my code :
and when i run it i get : Parse error: parse error in essai.php on line 45
here' my txt file (just 1 line for probe)
petitimage;photo;marque;Nom;lepdf;commproduit
Can someone help me to go thru
TIA
Hubert
--
PH
php-general Digest 1 Apr 2002 17:26:15 - Issue 1261
Topics (messages 90922 through 90978):
Re: return
90922 by: eric.coleman.zaireweb.com
90923 by: Jordan
90924 by: Rasmus Lerdorf
90925 by: Miguel Cruz
90926 by: Miguel Cruz
90931 by: jtjohnsto
which line is 45
-Original Message-
From: news.php.net [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 10:45 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Parsing error
Hi,
I'm real new in php and trying to read a txt file
this is my code :
and when i run it i get : Parse error:
Here is a problem :-)
A php post form fooa.php
Submit all form fields to a page foob.php
Page foob.php do some mysql db check and in one condition I want to
Return to fooa.php without losing any field value... I made this from
foob.php with
header:("location:fooa.php?field1=$field1&field2=$fie
Is it just me or is the for statement missing a begining curly bracket?
-Chris
At 11:29 AM 4/1/2002 -0600, you wrote:
>which line is 45
>
>-Original Message-
>From: news.php.net [mailto:[EMAIL PROTECTED]]
>Sent: Monday, April 01, 2002 10:45 AM
>To: [EMAIL PROTECTED]
>Subject: [PHP] Par
That seems like over complicating the problem to me.
Why not just include the original query string that was passed from
fooa.php by:
header("Location:foa.php?$QUERY_STRING")
-Jackson
On Mon, 2002-04-01 at 12:28, Simos Varelakis wrote:
>
>
> Here is a problem :-)
>
> A php post form fooa.php
in fooa.php for each textfield
so, when you come back from foob.php if a $field !empty the respective
textfiel will have a value in html form;
--
Best regards,
George Nicolae
IT Manager
___
PaginiWeb.com - Professional Web Design
www.PaginiWeb.com
"Simos Varelakis" <[EMA
sorry the correct code is:
in fooa.php for each textfield
so, when you come back from foob.php if a $field !empty the respective
textfiel will have a value in html form;
--
Best regards,
George Nicolae
IT Manager
___
PaginiWeb.com - Professional Web Design
www.PaginiWeb
Hello friends. I have two files as follows :
1. The test.htm is as follows :
Untitled Document
2. The testphp1.php is as follows:
Untitled Document
Explanation : I run the test.htm and then the testphp1.php
Is it possible to user the target="_top" reference when using a
header("Location = ...")?
If so, anyone have an example.
Thanks
-patrick
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
--
I need someone who knows about Indy Components and PHP programming.
I use a TidTCPServer which is active at port 4250 listening 4
connections.
When i connect from another machine in my LAN, using PHP, the TCPServer
tells me, that's right...
The problem is when i want to read a text from the clie
The _top option send you to the top of a page. When you open a new location
you go on top by default.Maybe you ask about _blank? I don't have the answer
for this last question.
--
Best regards,
George Nicolae
IT Manager
___
PaginiWeb.com - Professional Web Design
www.PaginiWeb.
On Tue, 2 Apr 2002, Denis L. Menezes wrote:
> $query="INSERT INTO news (newsid,title, author, body, posted)
> //VALUES($newsid,'$title','$author', '$body', $posted)";)
>
> Explanation : I run the test.htm and then the testphp1.php executes well.
> The databse is connected, but the error
On Mon, 1 Apr 2002, news.php.net wrote:
> while ($data = fgetcsv ($fp, 1000, ";"))
> {
> switch ($row)
> {
> }
> ?>
>
> and when i run it i get : Parse error: parse error in essai.php on line 45
You never close the { you open for the while().
miguel
--
PHP General Mailing Li
It looks like you've got a closing curly bracket "}" for your switch
statement, but not for your while statement.
Also, have you read up on the switch statement? Keep in mind that if
something matches your case 1, it will also fall through and execute
case 2, case 3, etc... unless you include
I host a few sites, and on usually each site will have it's own MySQL
database in the background. I've decided that I want to link one site
to another, and need to connect to more than one database at a time.
I've found that when I try to connect to 2 or more, even if I assign the
other databa
So any use of header("Location=...") automatically does what amounts to a
target="_top"? If so, then ignore this entire post, cuz that answers the
question. If not, does anyone know how to force a target="_top" when using
header("Location=...")?
>From: "George Nicolae" <[EMAIL PROTECTED]>
Not sure about the multiple connections side, but to kill a connection:
mysql_close($link);
where $link is your connection variable/string
hope this helps.
-Patrick
>From: James Taylor <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: PHP List <[EMAIL PROTECTED]>
>Subject: [PHP] Connecti
Both connects are "active".
you specify which link when you select the database:
mysql_select_db("database_name", $db1); mysql_select_db("database_name",
$db2);
-Original Message-
From: James Taylor [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 12:48 PM
To: PHP List
Subject: [
Rasmus,
Makes sense. I didn't think much when writing that piece...but...what is
the & for? wouldn't it work the same without it?
function test ($var)
{
$var = addslashes($var)
}
$foo = "He's dreaming";
test($foo);
print($foo);
Jordan K. Martin
http://www.newimagedesign.com
"Rasmus
> $query="INSERT INTO news (newsid,title, author, body, posted)
> //VALUES($newsid,'$title','$author', '$body', $posted)";)
What's with the // in front of VALUES? Change to:
$query="INSERT INTO news (newsid,title, author, body, posted) ".
"VALUES($newsid,'$title','$author', '$body', $
Septic Flesh wrote:
> anyone found any webserver for linux to support HTML - PHP - SSL without
> much/any compiling . .
> just the binary to uncompress and run .???
>
> I am really tired by linux..
>
>
Most Linux distributions come precompiled with PHP and SSL in Apache
by default. RedHa
On Mon, 1 Apr 2002, Jordan K. Martin wrote:
> Makes sense. I didn't think much when writing that piece...but...what is
> the & for? wouldn't it work the same without it?
>
> function test ($var)
> {
> $var = addslashes($var)
> }
>
> $foo = "He's dreaming";
> test($foo);
> print($foo);
On Monday, April 1, 2002, at 01:49 PM, Patrick Hartnett wrote:
> So any use of header("Location=...") automatically does what amounts to
> a target="_top"? If so, then ignore this entire post, cuz that answers
> the question. If not, does anyone know how to force a target="_top"
> when usi
On Monday, April 1, 2002, at 02:13 PM, Jordan K. Martin wrote:
> Makes sense. I didn't think much when writing that piece...but...what
> is
> the & for? wouldn't it work the same without it?
>
> function test ($var)
> {
> $var = addslashes($var)
> }
>
> $foo = "He's dreaming";
> test($
Hi there,
Ok - This is the error I get,
Warning: 2 is not a valid File-Handle resource in
/usr/local/apache/htdocs/mm_edit.php on line 359
But this is the code... I marked line 359 where it attempts to call fputs
for the first time. I can't seem to understand how this is failing. I really
think
I've been trying to figure out why a command like exec()/system() works fine
under windows and it doens't seem to run on FreeBSD. I've got a script that
generates a latex file, runs pdflatex, and then moves the pdf file into a
"reports" with a link on the generating page. Works fine on Win2k but w
On Mon, 1 Apr 2002, Ken Nagorski wrote:
> function write()
> {
> if(!$domainfile=fopen("/tmp/$domain", "w"))
> {
> die("Failed to open domain file");
> }
> while(!$result->EOF)
> {
> if($remote_domain && !($default))
>
On Mon, 1 Apr 2002, Jeff D. Hamann wrote:
> I tried some small script like exec("ls -la") and that worked. I then
> tried system( "/usr/local/bin/pdflatex temp/report_file" ); to try and
> diagnose the problem, and got "Fatal Error occured, I can't write on
> file 'report_file.log', suggesting tha
so then I tried
system( "/usr/local/bin/pdflatex
/usr/local/www/html/project_x/temp/report_file" );
i think this is a write premission thing.
yes, it's where I think it is
"Miguel Cruz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 1 Apr 2002, J
When I execute from browser I get a parse error, but when I enter the
query directly into a MySQL command prompt I get a successful return.
Can anybody see the problem with this code:
$query = "SELECT DATE_FORMAT( exp_date, "%W, %M
%d, %Y") AS thedate from tifrequest wher
I think if you look at today's date, you'll realize why the silly
picture on your phpinfo today.
Good one guys! That's what I love about php - it's about enjoying
programming and making it fun.
Matt Friedman
Web Applications Developer
www.SpryNewMedia.com
-Original Message-
From: Ty
$query = "SELECT DATE_FORMAT( exp_date, \"%W, %M %d, %Y\") AS thedate from
tifrequest where user='$user' limit 1,1";
Missing escape \ in front of quotes
-Original Message-
From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 1:55 PM
To: [EMAIL PROTECTED]
Subject: [
It doesn't like the ";" at the end of the statement. I noticed this a
while ago. I'd prefer if it didn't choke on the ";" but it seems to.
It's probably more correct to have the ";" there - I don't know why it
chokes when going through php.
Matt Friedman
Web Applications Developer
www.SpryNewMed
He's not including the ; in the SELECT statement. The ; you're seeing is at
end of the PHP statement
-Original Message-
From: Matt Friedman [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:02 PM
To: 'ROBERT MCPEAK'; [EMAIL PROTECTED]
Subject: RE: [PHP] parse error, mysql select
Ack! Thanks.
>>> Rick Emery <[EMAIL PROTECTED]> 04/01/02 02:59PM >>>
$query = "SELECT DATE_FORMAT( exp_date, \"%W, %M %d, %Y\") AS thedate
from
tifrequest where user='$user' limit 1,1";
Missing escape \ in front of quotes
-Original Message-
From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote:
> Can this be done and am I going about it the right way?
First, it's a bad idea to cross-post between mailing lists, even if they
seem like related topics. Second, what is it you're trying to do? Or
what does your application do
Hi,
I'm trying to limit the amount of content retrieved with fgets when pulling
data from a url. I'm generating page extracts and only need the first 2K to
4K. What I'm finding is that when I limit fgets, I get NOTHING but run
within a while loop, I get the whole string.
What works:
//retriev
I'd like to compare today's date against a stored date, and then fire
some code based on the result.
Like.
if ($today's_date < stored_date+5 days)
then {blah}
Can somebody clue this newbie in on how to do this?
-Bob
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Error is absolute.
Don't use " (double quotation mark) in yur queries. Use ' (single quot.)
instead
$query = "SELECT DATE_FORMAT( exp_date, '%W, %M > %d, %Y') AS thedate from
tifrequest where user='$user' limit 1,1";
Because the preprocessor think that your string is finished when it sees a
doub
Are you retrieving the stored date from a mySQL database? If so, you can
let mysql SELECT only those records that fit the tardy date criteria.
-Original Message-
From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 2:22 PM
To: [EMAIL PROTECTED]
Subject: [PHP] date
Happy Happy Easter.
and to all you peeps out there who don't celebrate this day.
Hope you enjoyed your day.
And just too keep the cool
How do i run that script that give all the information about php ?
Someone told me the you type PHPINFO();
but it sometimes doesn't work
Cheerz
Spammer Vins
-
On Mon, 1 Apr 2002, vins wrote:
> Happy Happy Easter.
> and to all you peeps out there who don't celebrate this day.
> Hope you enjoyed your day.
>
> And just too keep the cool
> How do i run that script that give all the information about php ?
> Someone told me the you type PHPINFO();
> but
I think the question is not the top of the page, the top frame of the
window. Isn't it?
If so you should use Javascript instead of PHP.
top.window.location.href=http://yoursite.com/yourpage.php;
---
martina.
"Erik Price" <[EMAIL PROTECTE
Phpinfo(); works all the time, unless you went ahead and reprogrammed php yourself :)
Hello to AFRIKA from SOVIETS! CCCP rules!
-Original Message-
From: vins [mailto:[EMAIL PROTECTED]]
Sent: 1 êâ³òíÿ 2002 ð. 15:43
To: [EMAIL PROTECTED]
Subject: [PHP] Hi to you anti-spammers HAHA
Anybody have any recommendations on a good php based apache configurator, kinda like
phpmyadmin for mysql databases?
Rance Hall
308.238.2455
Internal Office Extensions: 2455 or 6655
PC Programmer, The Buckle, Inc.
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
I have slackware 8 . . .
I can have php working . . .but the default ssl installation does not work
--
Sapilas@/dev/pinkeye
"Septic Flesh" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> anyone found any webserver for linux
On Mon, 1 Apr 2002, Septic Flesh wrote:
> I have slackware 8 . . .
>
> I can have php working . . .but the default ssl installation does not work
"Does not work" is not a very helpful description. Maybe it does work, and
it just isn't being used correctly. But nobody can help you find out if
y
On Mon, 1 Apr 2002, Jay Fitzgerald wrote:
> I have created a database called friends with four columns:
> Name / Address / City / State
>
> I also made an XML file to coincide with those variables:
>
>
>
> Friend 1
>
On Monday, April 1, 2002, at 03:47 PM, martinahingis wrote:
> I think the question is not the top of the page, the top frame of the
> window. Isn't it?
Oh yeah, you're right. I was thinking along the lines of what that
other guy suggested -- that all pages revert to _top by default (which
n
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote:
> Can this be done and am I going about it the right way?
Are you familiar with something called "partial decomposition"? I'm not
sure where it came from, but Google suggests that it may have been
conceived by Daniel Appelquist, t
I install slack8 with apache + mod_ssl + mod_php
from the CD.
nothing is enabled at the begining.
I enable php . .from uncommenting the appropriate httpd.con line
nothing..works..
I download php 4-1-2 latest . . I compile and install ...PHP no works..
mod_ssl does not work... I uncomment the l
got it figured out. permissions.
"Miguel Cruz" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 1 Apr 2002, Jeff D. Hamann wrote:
> > I tried some small script like exec("ls -la") and that worked. I then
> > tried system( "/usr/local/bin/pdflatex temp/re
Shoot, kind of an important error I made in the code I gave you
earlier -- the closing quote for $xml_document should be a single-quote,
not a double-quote as I wrote.
Sorry,
Erik
On Monday, April 1, 2002, at 04:26 PM, Erik Price wrote:
> Still, you want some advice? First, your SQL code
OkThanks to all those who are helping me (sorry for cross-posting)...
My scripts are working great except for one thingwhen it queries the db
there are some fields that have a NULL value, thus when it writes the XML
file it does this:
What I would like to do is either place an in th
Hey folks...
Does anyone out there have a feel for how widely distributed the PEAR
libraries are? I want to add DB abstraction to my project, but I don't want
to use PEAR if it's going to horribly inconvenience all the people out there
on managed servers.
Has any played around with the ADODB lib
Am Dienstag, 2. April 2002 00:35 schrieb jon:
> Hey folks...
>
> Does anyone out there have a feel for how widely distributed the
> PEAR libraries are? I want to add DB abstraction to my project,
> but I don't want to use PEAR if it's going to horribly
> inconvenience all the people out there on m
> It begs the question, why don't you just download the manual?
> It's available in a myriad of different formats, one of which
> must suit you. It may not be bang up-to-date and it may not have
> the (sometimes) useful user comments but it sure saves you a lot
> of time and bandwidth.
Heheh
1 - 100 of 159 matches
Mail list logo