Driven Design
PO Box 1084
Holly Hill, Florida 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
--
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
he same as
http://www.mydomain.com/index.php/somevar/someothervar
It could make things easier for me if it is.
Data Driven Design
PO Box 1084
Holly Hill, Florida 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-ma
I already know that the second example works, I just wanted to know if the
first would before I try it on a live site.
Data Driven Design
PO Box 1084
Holly Hill, Florida 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: "Sam Masiello&quo
$email_list = implode(",",$emailto);
The name in your select probably doesn't need the $
Data Driven Design
PO Box 1084
Holly Hill, Florida 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: "Sandeep Hundal" <[E
It sounds like you just described Homesite.
- Original Message -
From: Harshdeep S Jawanda <[EMAIL PROTECTED]>
To: Andrew Halliday <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, March 12, 2001 7:54 AM
Subject: Re: [PHP] Good Free PHP Editor?
> Hi,
>
> Andrew Halliday wrote:
>
Can this be used via .htaccess in a shared hosting situation?
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 16, 2001 10:15 AM
Subject: Re: [PHP] Shopping Carts and Sessions
> In a message dated 3/16/01 9:39:16 AM Eastern Standard Time,
> [EMA
Do you have any white space outside of your tags? That is
considered as output by the parser.
- Original Message -
From: Stas Newdel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 6:56 AM
Subject: Re: [PHP] header:(location) error
> Brett, I only have condit
You can use javascript and set the history length to 0
- Original Message -
From: Sheni R. Meledath <[EMAIL PROTECTED]>
To: PHP Masters <[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 11:47 PM
Subject: [PHP] Expire data from form
> Hi,
>
> I have set
If you're talking about windows PWS that's probably your path that you set
in the .reg file needs to point directly at the .dll file you chose, whether
it was the isapi or exe. Move the .dll file out of the 'sapi' folder into
the main php folder and you'll probably be ok.
- Original Message -
- Original Message -
From: Matthew Delmarter <[EMAIL PROTECTED]>
To: PHP Mailing List <[EMAIL PROTECTED]>
Sent: Monday, March 19, 2001 6:51 PM
Subject: [PHP] get name of file
> How do I return the name of a file without any extensions or path info.
>
> Eg how do I return "about" from
$PHP_SELF will be the filename including $QUERY_STRING and $PATH_INFO
variables, $SCRIPT_NAME should be just the filename.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 20, 2001 5:19 AM
Subject: [PHP] get filename?
> Hi
>
> Whats the best me
Isn't that what load data infile does?
http://www.mysql.com/doc/L/O/LOAD_DATA.html
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Peter Van Dijck <[EMAIL PROTECTED]>
You can use some coding and a few 1 pixel gifs to do this also
assuming you had made a red one pixel gif and called it reddot.gif that
would draw a bar 10 pixels high with a width of $width. With a short script
you can make bar graphs with a lot less overhead than using GD.
Data Driven Design
I'm writing some wireless content in PHP and I've found several wml
simulators but none for hdml. The up.sdk says it works for hdml but displays
my wml content. Anybody know where to find a hdml simulator?
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-
I use PWS what errors are you getting?
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Thomas Edison Jr. <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04,
Did you check the execute box uder the home directory properties? I think
that's when I got that error. Also you need to reboot after you make the
registry entries, even though the instructions don't say so.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-
In the regedit file where you put the path assuming the path is
C:\php\sapi\php4isapi.dll
You would enter
C:\\php\\sapi\\php4isapi.dll
Into the places where it says to put the path. Then save that file, then
double click it, and click ok. Then reboot windows.
Data Driven Design
P.O. Box 1084
Maybe somebody who REALLY knows can help, because it appears to me that
you've done everything right.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Thomas Edison Jr. &l
Link to another frameset page if you choose not to use javascript. But IMO
there's no such thing as a proper use of frames. Frames should never be used
for anything.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesign
You can cycle through the $HTTP_POST_VARS or $HTTP_GET_VARS arrays depending
on whether you use 'post' or 'get' for the methos in you form
while(list($key,$val)=each($HTTP_POST_VARS)) {
print "$key:$val\n";
}
- Original Message -
From: JCampbell <[EMAIL PROTECTED]>
To: Main PHP List <[E
You can do it with javascript like this.
function go(selectBox) {
var where = selectBox.options[selectBox.selectedIndex].value;
if (where != "") window.location = where;
}
Page
...
Or you can use PHP like this.
page
...
--- nav.php ---
- Original Message -
From: duirfire <[EMA
I think you mean distict, as in
$query = "SELECT DISTINCT band_name FROM table WHERE ...";
Data Driven Design
P.O. Box 1084
Holly Hill, FL 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Rami Krayem <[EMAIL PROTECTED]
Isn't that what strip_tags() does?
http://www.php.net/manual/en/function.strip-tags.php
Data Driven Design
P.O. Box 1084
Holly Hill, FL 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Boget, Chris <[EMAIL PROTECTED]>
To:
You can specify taborder by inserting a tabindex attribute into your input
tags
In this example tabing order would be 1, 3, 2
There's also an Internet Explorer only attribute called notab
Data Driven Design
P.O. Box 1084
Holly Hill, FL 32125-1084
http://www.datadrivendesign.com
I've noticed that and had to rewrite several scripts when hosts upgraded
from PHP3 to PHP4. $HTTP_POST_VARS is considered set even when it is empty.
Data Driven Design
P.O. Box 1084
Holly Hill, FL 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Me
I couldn't get it to work by changing php.ini either, I guess my isp mail
server wouldn't relay. I downloaded a mailserver from www.tnsoft.com , its
not free but it is an option if you get too frustrated trying to make it
work.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida
Thank You.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Rasmus Lerdorf <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 18, 2001 3:15 PM
Subject: Lists
You might try something like this.
while(list($key,$val) = each($HTTP_POST_VARS)) {
$$key = addslashes($val);
}
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Wilbert Enserink
Use the ucwords() function
http://www.php.net/manual/en/function.ucwords.php
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Jason Katz-Brown <[EMAIL PROTECTED]>
To: <[EMAIL
Tuscaloosa Ave&CITY=Holly
Hill&STATE=Florida&ZIP=32117&[EMAIL PROTECTED]"] in
e:\www\roffice.net\ssl\bouncersbible\sec_order.php on line 104
I'm assuming that my host moved or deleted the executable in question. Is
there another possible cause?
Username/password changed
I didn't see anything built in but you might try (date("z")/7) +1
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Matt "TrollBoy" Wiseman <[EMAIL PROTE
You have to use javascript
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Brandon Orther <[EMAIL PROTECTED]>
To: PHP User Group <[EMAIL PROTECTED]>
Sent: Friday, Jul
It's possible that adding target="_top" to your form tag in the popup might
solve your problem.
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: Matthew DeChant <[EM
Is the error coming from a mysql_query() line or a mysql_select_db() line?
Data Driven Design
P.O. Box 1084
Holly Hill, Florida 32125-1084
http://www.datadrivendesign.com
http://www.rossidesigns.net
- Original Message -
From: CGI GUY <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
Why does this code produce a page cannot be displayed error?
Data Driven Design
1506 Tuscaloosa Ave
Holly Hil, FL 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
er("Content-Type: application/download\n");
header("Content-Disposition: attachment; filename=$file_name");
header("Content-Transfer-Encoding: binary");
readfile($path);
?>
This should work shouldn't it?
----- Original Message -
From: "Rasmus Le
ttachment; filename=$file_name");
header("Content-Transfer-Encoding: binary");
readfile($path);
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -----
From: "
Rasmus thatnks for your help, this code works.
Data Driven Design
1506 Tuscaloosa Ave
Holly Hil, FL 32117
http://www.datadrivendesign.com
http://www.rossidesigns.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
The weather channel used to offer this service, for a single site it 'was'
free, a year or so ago, I'm not sure of the cost for getting this info for
multiple cities.
I think they are www.weather.com
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Flor
Using the ftp functions is an alternative
http://www.php.net/manual/en/ref.ftp.php
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -
From: "SED" <[EMAIL P
I used to use PWS, but now I use Apache, maybe I can help. Did you:
. move the php.ini and php4ts.dll to your system folder
. put the correct path in the registry editing file and double click it
. check the box for 'Execute' in your PWS administration
Data Driven D
I've used system() instead of exec() on windows systems with success before.
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -
From: "Richard Lynch" &l
The problem is with your input page. You're putting the variable values
where the names go
inputpg.php
";
print "";
print "";
print "";
print "";
?>
Try this
inputpg.php
";
print "";
p
f you store it
ahead of time all you need to pass in the url from the processing company is
an id# to look up the info in your database.
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Origina
This is a very good tutorial on the subject.
http://www.thickbook.com/extra/php_fileupload.phtml
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -
From: "Dr.
You might be better off using the file() function which reads a file into an
array, then you can use the indexes to get whatever lines you want
http://www.php.net/manual/en/function.file.php
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone
the internet from the linux machine?
Thanks
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
The ups tools are quite complicated. You have to open a pipe and the send
and retrieve xml documents. Not for the weak of heart.
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original
The lists from the html writers guild are good.
www.hwg.org
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -
From: "Seb Frost" <[EMAIL PROTECTED]&g
If you own it you should read it.
Data Driven Design
1506 Tuscaloosa Ave
Holly Hill, Florida 32117
http://www.datadrivendesign.com
Phone: (386) 226-8979
Websites That WORK For You
- Original Message -
From: "Kurth Bemis" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
50 matches
Mail list logo