a list of big,
> impressive-sounding, high-profile sites using PHP. I went looking
> for the list on PHP.net, and the closest I could find is
> http://pt2.php.net/sites.php which, as you'll see, is suffering from
> a fatal error.
--
Thomas Deliduka
IT Manager
--
how can i populate an dropdown box useing php & postgresql.
Thanks in advance
--
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]
Try this,
while ($file_name = readdir($dir2)) {
if ($file_name!="." && $file_name!=".." && $file_name!="head.jpg" &&
!ereg(^tn_,$file_name)) {
$files[]=$file_name;
}
}
$numfiles = count($files);
for ($i=$g; $i<$numfiles; $i++){
echo $files[$i];
}
Tom
At 09:45 PM 7/14/01 -0400, you wrote:
>
fish.inc');
can't find the file.
As I wrote earlier, my .inc files can be read by anyone typing in the URL.
It doesn't matter if there are lines. .inc files don't execute.
I rent server space from phpwebhosting.com, so I can't change the PHP
settings.
Any othe
hout making a
class treats the file as HTML and it doesn't execute.
--
Thomas David Kehoe, author of
"THE EVOLUTION OF INTIMATE RELATIONSHIPS"
How Our Brains Are Hardwired For Relationships
http://www.FriendshipCenter.com/TEIR/
--
PHP General Mailing List (http://www.php.net/)
To unsub
PHP
(http://www.php.net/manual/en/ref.curl.php)
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional command
olution
to their hosting.
Well, we want to migrate this to PHP/MySQL and I don't know how to protect
the source code. My boss is suggesting to make a DSO but I really am not a C
programmer to do all that. I want to make it all in PHP but somehow protect
the code. Any ideas?
--
Thomas Deli
= fobar($foo);
} else {
$dofoo = foobar($bar);
}
Or
If ($foo == "bar")
{
$dofoo = fobar($foo);
}
else
{
$dofoo = foobar($bar);
}
I would never trust someone who charged by line.
I think in general it's about $100-$150/hour for programmi
riendshipCenter.com). Here's the full class script, followed by the
script I use to call the function.
--
Thomas David Kehoe, author of
"THE EVOLUTION OF INTIMATE RELATIONSHIPS"
How Our Brains Are Hardwired For Relationships
http://www.FriendshipCenter.com/TEIR/
";
Result shown in the browser, queried by php : ÑgdIFv"@?pfê"2
Can somebody help me, thanks,
Thomas
--
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 administrato
I
I use imap_status, but i want the information on the mail
(Subject,Size).
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 PROTECTE
x27;s http authentication I'm not sure.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
there any changes in the version which could be causing these problems?
Not sure, any mysql-related stuff here: http://www.php.net/ChangeLog-4.php
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
On 6/18/2001 3:15 PM this was written:
> We have re-enabled the PHP mailing lists. They are now running from a
> temporary machine sitting on the floor of my spare bedroom. A more
> permanent home is in the works.
LOL, ya hoo!!
--
Thomas Deliduka
I
--
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]
--
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]
Can anyone help?
Here is my problem, I am submitting a lot of hidden variables using a and they
come over padded with a space on the left.
I know that I can trim() them but in case I am working with that might be more trouble
then its worth. This does not happin on another installation of P
s and other good features that will run on Linux?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
Is there a good PHP alternative for a discussion board or something else
that allows for moderators and other good features that will run on Linux?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP
RI;
This will concatinate the site requested with the rest of the url.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTE
sing ASCII mode, this will probably be handled
automagically for you, btw.
--
Thomas 'Freaky' Hurst - [EMAIL PROTECTED] - http://www.aagh.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To
mine :),
but the best way to do it is probably to use mod_rewrite. This takes an
url and, er, rewrites it to point at your script.
However, you have to parse the URL yourself, it'll be in
$HTTP_SERVER_VARS[REQUEST_URI];
--
Thomas 'Freaky' Hurst - [EMAIL PROTECTED] - http://www
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 automatically
> set to false w
i'm using http authentication for my php pages
(members area). Once you login correctly, than you can
access anypage as the authentication box doesn't
pop-up.
Now i woul like to create a logout link after clicking
on which, whenever you click on a page using auth, the
auth box should pop-up agai
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
thankx a lot sir, i guess your guessing worked real
well...after 5 days of headbanging and trying
everything, it workedi did what u said...removed
all references to the isapi dll and converted the php
module to php cgi and it's working on PWS.
i guess i'm gonan use my apache server for the M
right, i can change to the CGI version immideately, as
it is i have the module ver installed on my Apache.
Tell me something, to make it back to the CGI ver, the
only thing i have to do is to give the path in my
regedit as "C:\php4\php.exe %s %s" instead of what i
was giving "C:\php4\sapi\(the php
>Why not install all three servers (IIS/Apache/Jrun)
yeah, well i'm already doing that sir. only problem
is, since few days my PWS is not working. Fortunately,
just minutes ago i was able to fix it so that ASP is
running perfectly on PWS now. Only PHP is not. So
anyway, i guess i've dropped the i
s,
T. Edison jr.
--- Zak Greant <[EMAIL PROTECTED]> wrote:
> You may want to try Xitami (www.imatix.com) as a
> fast/free/open source
> alternative to the Microsoft products.
>
> --zak
>
>
> - Original Message -
> From: "Thomas Edison Jr." <
ome ideas:
> 1. Rename php.ini-dist to php.ini (if you haven't)
> 2. Simplify your script
> 3. Try changing your directory properties in PWS:
> Read/Execute/Scripts - try different combinations
>
>
> --- "Thomas Edison Jr." <[EMAIL PROTECTED]>
> wrote:
> &
> 1. Rename php.ini-dist to php.ini (if you haven't)
> 2. Simplify your script
> 3. Try changing your directory properties in PWS:
> Read/Execute/Scripts - try different combinations
been there, done that, you could say. i think i've
tried every possible humanly available option.
my \inetpub\www
i think i'm almost at the verge of giving up...somehow
the PWS in my system is ruined forever...i'd done
everything..and i mean *EVERYTHING*...but PHP just
doesn't seem to be working with my PWS. In fact, even
my ASP scripts are not working anymore on PWS. I've
uninstalled & reinstalled PWS twice
PWS is Personal Web Server. It's a web server by
Microsoft. Practically it's pretty easy to use. You
can install it into any home PC using win98 and
configure PHP on it to use. It supports ASP by default
so you can do you ASP scripting using it.
Latest version of PWS is 4.0! If u're looking for
4ts.dll to your windows/system
> directory? I think I had
> to do that even though it wasn't in the directions
>
> Data Driven Design
> P.O. Box 1084
> Holly Hill, Florida 32125-1084
>
> http://www.datadrivendesign.com
> http://www.rossidesigns.net
> - Original
nothing does seem to work...i don't know what the hell
is the problem!! i did put this :
> C:\\php\\sapi\\php4isapi.dll
in the regedit file and it looks great. everything is
just so by the book. where the hell am i going wrong!!
can't understand what's different here that was not
before coz it w
gn.com
> http://www.rossidesigns.net
> - Original Message -
> From: Thomas Edison Jr. <[EMAIL PROTECTED]>
> To: Data Driven Design <[EMAIL PROTECTED]>
> Sent: Friday, May 04, 2001 2:33 PM
> Subject: Re: [PHP] PHP on PWS not working!
>
>
> > Did bot
i'm not getting errors, when i do open my page
(http://localhost/test.php3) or any php3 page on my
PWS, i get an "HTTP 500 - Internal server error". All
the HTML files and stuff are running on my PWS. Only
php3 is not!!
i did not make any changes to my PWS while installing
this new php4.0.5 file
don't know why still my PHP 4.0.5 is NOT working on my
PWS 4.0!! the PHP module is now working perfectly on
my Apache server (At Last)!! but what is wrong with
PWS???
I have left the doc_root field blank in php.ini
And the extension_dir points to C:\php4 which actually
contains php.exe and only
i was gonna die until u came along, at least you have
given me some hope. i'm not able 2 eat since this
happened.
anyway,
> already have contained the correct stuff - did you
> change anything?
yes, because the earlier php were in very different
folders..i had a pretty pretty early version of PH
gosh, i just downloaded the new PHP file from
www.php.net, the file i downloaded is :
***
PHP 4.0.5 [4,590Kb] - 30 April 2001
(CGI binary plus server API versions for Apache,
AOLserver, ISAPI and NSAPI. MySQL support built-in,
many extensions included, packaged as zip)
***
i'm using win98 & PWS
eof()-function with fsockopen()
too.
Can somebody help??
Thanks,
Thomas
--
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]
I was going through this fantastic tutorial on HTTP
Authentication at Zend.com! It mentioned that to have
this working, PHP must be "Installed as a Module" and
NOT as "CGI Version". Because it will not work in CGI
version.
Tell me something, how and from where can i install
PHP as a Module on my
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 : http://www.a
ks in advance.
Thomas
--
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]
we're trying to develop an exact replica of the SkyBiz
downline|Matrix system program. But it's getting so
complicated & niether is the logic coming out. we're
in need of help. Anyone familiar with the skybiz
matrix, please help!!
It's a 2 X 2 matrix system where a person can have
only two legs be
ty", "$state", "$zip",
> "$phone", "$fax", "$model", "$country", "$details", "$type")";
Um.. You're using double-quotes inside of double quotes. You need to use
single quotes
VALUES('$
This function:
http://www.php.net/manual/en/function.fflush.php
Has no example on how you would code with it. Does anyone know?
It mentions "buffered output" how do you buffer output?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To You
Yeah, that's what I'm thinking. I could tune the images server way down for flat
content and massive bandwith.
The only problem I can see is that webmasters hate having to code that extra info.
Dave
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECT
ine 0
PHP Warning: Basic Functions: Unable to register functions, unable to load
in Unknown on line 0
and /sbin/init.d does no more exist
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
version
of the suse linux and PHP4, if anyone has an idea how to rerun the apache
without a completly new compilation of it please tell me
thanks and
best regards
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-ma
only one of the frame file. I know
the "frame name" of the frameset in which i got the
file... but how to make fopen() actually reach that
frameset file.? is it possible??
Regards,
T. Edison jr.
--- Felix Kronlage <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 02, 2001 at 04:38:
only one of the frame file. I know
the "frame name" of the frameset in which i got the
file... but how to make fopen() actually reach that
frameset file.? is it possible??
Regards,
T. Edison jr.
--- Felix Kronlage <[EMAIL PROTECTED]> wrote:
> On Mon, Apr 02, 2001 at 04:38:
every script is displayed (the
> execution line)
>
> I.e. The file looks like this:
>
> #!/usr/local/php4/bin/php -q
>
> Code.
> ?>
>
> And the first line is displayed to the screen when the script is ran. Why is
> that and does anyone know how to stop that?
--
cox Wed Apr 4 15:55:10 2001 EDT
Modified files:
/php4/pear/DB pgsql.php
Log:
as the row counter starts with 0, last row is before numrows
Index: php4/pear/DB/pgsql.php
diff -u php4/pear/DB/pgsql.php:1.36 php4/pear/DB/pgsql.php:1.37
--- php4/pea
file looks like this:
#!/usr/local/php4/bin/php -q
And the first line is displayed to the screen when the script is ran. Why is
that and does anyone know how to stop that?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
On 4/4/2001 1:32 PM this was written:
>
> If you're using PHP, you're already a winner (in my book anyway!)
>
LOL
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General
hat to grep somehow and get just the PID's?
>
> (1) look up system / backtick operator / ... to get the output of the
> grep call as array, one line per entry
>
> (2) do a
>
> foreach ($TheOutput as $Line) {
> if (preg_match ('/^\s*(\d+)/', $Line, $Matches)) {
just the PID's?
How can I do this quickly and easily?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
i proove the entries with count($HTTP_SESSION_VARS["xy"]) ,
there are only one entry.
Have somebody an idea?
Thank,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
cox Mon Apr 2 17:23:46 2001 EDT
Modified files:
/php4/pear/DB odbc.php sybase.php
Log:
odbc.php
- spaces & idents
- new temporary fetchInto()
- removed extra checks in connect()
Note:
in fetchRow this line looks very strange (isn't 3 params
using fopen() i can open a file & using fread() i can
read it's contents, store them & print them. But is
there any way of checking the contents for a specific
word or characters?
For example i want the file pointer to search & if
found, print the word "enter" from the open file. how
to do this?
apparently, "echo" solved my problem - much to my
surprise & disgust, considering the head i was putting
into it. printf() apparently didn't print any special
chars coming in it - while echo prints anything &
everything without a problem!!!
Though i am having some problems with slashes, i guess
s
awright, basically what i want is to write a script
that can open a file and read some values that i want,
for eg:- yahoo mail. if i have an account and i can
make a page that logs on to my yahoo mail using my
account, i want to display the number of unread
messages ( & perhaps read messages ) on
i proove the entries with count($HTTP_SESSION_VARS["xy"]) ,
there are only one entry.
Have somebody an idea?
Thanks,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact t
cox Wed Mar 28 15:52:21 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB ifx.php mysql.php pgsql.php
Log:
pgsql.php
* better handling of $rownum param in fetchInto()
* changed property numrows[] to num_rows[]
DB.php
* $rowmun in
I've tried everything :
rawurlencode, urldecode, htmlentities,
htmlspecialchars - nothing is working. and come 2
think of it - it seems like such a basic problem...
Help!
T. Edison jr.
--- Christian Reiniger <[EMAIL PROTECTED]> wrote:
> On Wednesday 28 March 2001 08:36, you wrote:
> > I'm facing
I'm facing a problem with Special Characters ($, %, &,
\, /, ;, :, ", ') etc..
We are sending a varibale in a query string like this
:
with $title containing multiple words & these special
characters, it is not passed. I get an error.
Without urlencode, multiple words are not passed with
cox Tue Mar 27 16:54:05 2001 EDT
Modified files:
/php4/pear/DB ibase.php oci8.php
Log:
oci8.php
* added not capable for fetchInto when $rownum !== null (feature not
supported yet)
* fix fetchInto to return null on no more data
* Removed extra che
cox Mon Mar 26 16:57:25 2001 EDT
Modified files:
/php4/pear/DB common.php ifx.php pgsql.php
Log:
ifx.php
* Changed default fetchmode to ORDERED
* Remove extra checks in connect and added $dns property
* fetchRow() now uses fetchInto()
common.p
cox Mon Mar 26 15:31:50 2001 EDT
Modified files:
/php4/pear DB.php
/php4/pear/DB pgsql.php
Log:
pgsql.php
* connect() always use pg_connect string instead of the deprecated params
mode
* removed duplicated functions prepare() and execute() (n
cox Sat Mar 24 10:56:25 2001 EDT
Modified files:
/php4/pear/DB STATUS ifx.php
Log:
Minor fixes
Index: php4/pear/DB/STATUS
diff -u php4/pear/DB/STATUS:1.16 php4/pear/DB/STATUS:1.17
--- php4/pear/DB/STATUS:1.16Fri Mar 23 23:00:45 2001
+++ php4/pe
i was able to succesfully check for start dates & end
dates before feeding new booking in the database using
the following code :
=sdate and '$realsdate'<=edate) or
('$realedate'>=sdate and '$realedate'<=edate)",$db);
if (mysql_num_rows($result)) {
?>
alert('Sorry, the room is already book
Mr. Jeff, following is the code i'm using in my page,
could you tell me what i'm doing wrong, besides of
course the famous "uh ohh i got a row back()" code
that needs to be replaced
=sdate and '$realsdate'<=edate) or
('$realedate'>=sdate and '$realedate'<=edate)",$db);
if (uh_ohh_I_got_a_r
int "You got it!"
> insert good bits into database here
>
>
> Of course this is not guaranteed safe, as you can
> end up
> with double bookings in the pico seconds between the
> select
> and the insert - but hey, how many hits a second do
> you expect.
>
>
&g
int "You got it!"
> insert good bits into database here
>
>
> Of course this is not guaranteed safe, as you can
> end up
> with double bookings in the pico seconds between the
> select
> and the insert - but hey, how many hits a second do
> you expect.
>
>
&g
Jeff, following is the code as it comes out in my
page...can u tell me what i'm doin wrong, besides the
fact that i have to replace that famous "uh ohh i got
a row back()" with an actual snippet :
=sdate and '$realsdate'<=edate) or
('$realedate'>=sdate and '$realedate'<=edate)",$db);
if (uh_
re
> ('$start'>=startdate and '$start'<=enddate) or
> ('$end'>=startdate and '$end'<=enddate)
>
> This lets mySQL do the test for you.
> If it returns a row you already have a booking.
>
>
> -Original Mess
;
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
I'm facing this problem.
I have made a room booking application.
There is a Start Date & Time and End Date & Time of
Booking a room.
Problem is that once booked, you can't book a room
with a date or time that falls between an Already
booked Date & Time.
For example, if someone's booked a ro
here is probably a hundred or more ways this can be done. For me to be
>> > > able to give you specifics, you will have to be more specific with what
>> > > you are doing and what you have tried.
>> > >
>> > > --
>> > > Jason Stechschulte
>> > > [EMAIL PROTECTED]
>> > > --
>> > > Well, I think Perl should run faster t
g
tom
-
-
-foerderverein kunst und internet e.V.
-lothringerstr. 23
-D-52062 aachen
thomas schneider
tel:+49 241.33686(buero)
mobil: +49 179.4548 234
fax:+49 241.33636
'kulturraum raststaette'
'ku
04 Not
Modified");" and it seems to work. My own message body isn't sent, but this:
Of course the Page is loaded, but of course empty...
How can i tell PHP4 to send the Status 304 without sending any message
body???
Thank you,
Thomas Weber
CYNOBIA Community Online Ser
();
Reset($array);
while ($elem = current($array)) {
if ($elem != "2") {
$temparray[] = $elem
}
next($array);
}
$array = $temparray;
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
Ok, I've tried time and time again to unsubscribe from php.net's mailing
list unisubscribe instructions but it doesn't work. So how do I get off the
list?
__
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
--
PHP General
basically i've gotta write a script that uploads the
file that user is uploading NOT to the server on which
the scripts are - but to a seperate server.
Problem is, i'm expecting huge uploads, and i have got
ample space, 3 to 400 MB's. but it's on seperate
servers from where my site is.
When a use
merger would affect him; didn't want his stuff going down while he was gone.
Now I'm hearing they're gone and we have to find other arrangements?
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
orts payment processors
> on any platform, anyone ever use it?
Never used it. I use authorize.net or any of their resellers (rtware.net,
quickcommerce.com)
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution To Your Internet Angst
http://www.neweve.com/
--
PHP
rd the script should only send
the header without message body. so i tried:
header ("HTTP/1.0 304 Not Modified");
exit;
But this don't work. The Script is loaded and, of course, an empty page.
How can i do this???
Thank you.
bye,
Thomas Weber
CYNOBIA Community Online Service AG
n, if you wanted the number of seconds it took, use $dSec. If you
want the number of milliseconds, use $dMsec. Or, if you want to know
both, just add $dSec and $dMsec and use the result.
Take care
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. Thomas
I knew PHP was awesome, and I have seen some awesome functions. I've been
doing PHP for a few years now and I didn't even know this existed:
extract():
http://www.php.net/manual/en/function.extract.php
This is SO COOL. I just had to share my joy.
--
Thomas Deliduka
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 :
??
Cheers,
T. Edison jr.
=
Rahul S. Johar
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://w
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
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
The urlencode() is working fine with an echo statement
& normal query string.
But it's NOT working with complex query string in
printf() including $myrow[something] being picked up
by mySQL db.
this works :
this doesn't work :
printf("")
OR such combinations as given in the manual. I tried
I'm passing variables in a query string to my php
pages. The variables whose values contain spaces due
to multiple words are being passed correctly to the
Internet Explorer browser and are working perfectly
there. However, they are not working at al in NETSCAPE
browser. What should i do?
The Inte
l outperform almost any
other database you throw at it. Trust me on this one.
--
+-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+
| Shaun M. ThomasINN Database Programmer |
| Phone: (309) 743-0812 Fax : (309) 743-0830|
| Email: [EMAIL
IL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, March 01, 2001 11:59 AM
> Subject: [PHP] plese help!
>
>
>> Hi!
>> please i'm really in need of knowing if there is a way to do a php
> statement
>> once a button is clicked!
--
Thomas
uot;), but
> that takes hard-coding the name of the key.
>
> So if the following is passed to the ASP script:
> one=blue&two=red&three=yellow
>
> Then I would want to redirect to
> myscript.php?one=blue&two=red&three=yellow
>
> How do I go about w
nter (GC), Qwest Communications and GTE through three separate
bandwidth-on-demand connections which enter Baltimore in our building.
---
They are a reseller of Alabanza Servers. I wouldn't go with them.
--
Thomas Deliduka
IT Manager
-
New Eve Media
The Solution T
701 - 800 of 862 matches
Mail list logo