Could someone show me how to use preg_replace to change this:
test test test
into:
anotherword test anotherword
basically, I want to change a value only if it is not in an option
tag.
I also want to account for situations like :
test, something test test!
My thoughts were to do the repla
anotherword'
only if it is not within the option tag.
Thanks!
- Original Message -
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "Jim" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, December 19, 2002 12:42 PM
Subject: Re: [PHP] Regex Help
Thanks for helping. Unfortunately, that doesn't quite accomplish the task
either. The other example for my first post would be mangled with that.
- Original Message -
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "Jim" <[EMAIL PROTECTED]>; <[EMAIL
Whoops, sorry post aborted prematurely.
What I was going say say was that:
test, something test test!
should become:
anotherword, something test anotherword!
Thanks again for helping!
- Original Message -
From: "Jim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECT
27;t known as it hasn't been created yet. Ahh!!
My next thought was to upload the files first, then insert the 'Items'
record, then insert the multiple 'Pictures' records.I figure if the
'Items' insert works, the likelihood is that the 'Pictures'
wever its fair to assume though that if the first
-- insert worked, these will too.
Opinions?
Thanks,
Jim.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
re and how they
compare to true transactions.
Jim.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ow do you guys go about resolving this situation?
Thanks for any input,
Jim.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
20202
"
Then I thought that
$date = preg_split("/[\D]+/",trim($datestring))
whould do the job, but it didn't.
Why? and how should it be?
Many thanks in advance!
br Jim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I am looking for a mod() function in PHP but unfortunately I am unable to find one.
Please help...
( °> Jim-Christian Flatin
//\\ Skien / Norway
/ \/ ) [EMAIL PROTECTED]
'-<< http://niteshift.d2g.com
Your problem doesn't have anything to do with PHP. The error says
that libgd doesn't offer freetype support, so you need to get a more
current version of gd.
Regards,
Jim Heffner
>No idea, check your config.log and see why it is failing.
>
>On Thu, 25 Apr
I'm new to PHP so bare with me please. I'm collect data fine from mySQL
into an accociative array. I can display it fine. Here's the issue:
** Looks like this:
GALLERY 1
Item Name Item Desc
GALLERY 2
Item Name Item Desc
GALLERY 2
Item Name Item Desc
GALLERY 3
Item Name I
hi all,
i want to know how i can feed a parameter into a php script in commandline?
eg.
php getdata.php apple orange
so, i want to get use of "apple" and "orange"...
any help pls!
jim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTE
hi all,
i want to know how i can feed a parameter into a php script in commandline?
eg.
php getdata.php apple orange
so, i want to get use of "apple" and "orange"...
any help pls!
jim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [
hi all,
i was developing in redhat 7.2. with php/4.0.4pl1. iwas able to use
ftp_connect().
but, in a freebsd with php/4.0.6, it returns error that "call to undefined
function"...
anyone can help?
thanks.
im
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROT
Pes, http://zliypes.com.ua
>>
>>
>
>
>
>
>--
>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]
--
Jim Mu
t;
>Can anybody advise me on what to do please?
>
>Randum Ian
>DJ / Producer / Web Designer
>[EMAIL PROTECTED] - 07903 067339
>Webmaster: http://www.randumian.co.uk
>Webmaster: http://www.danceportal.co.uk
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
>
>what is my problem????
>
>--
>Best Regards
>Miguel Joaquim Rodrigues Loureiro
>
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contac
the php.ini I
>should change?
>
>Any thoughts would be greatly appreciated.
>
>Chris
>
>--
>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 adm
greatly appreciated.
>
>Chris
>
>--
>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]
--
Jim Musil
-
Mult
What's the best way to duplicate a mysql row with PHP and MYSQL?
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-629-0004
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
;
>
>--
>
>Julio Nobrega
>
>Don't eat the yellow snow.
>
>
>"Jim" <[EMAIL PROTECTED]> wrote in message
>news:p0510100fb8318736de56@[192.168.1.17]...
>>
>> What's the best way to duplicate a mysql row with PHP and MYSQL?
>>
&g
>If not, could somebody please explain why not?
>
>Thanks in advance for your help,
>
>henk sandkuyl
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the li
,"c","d",array("a","b","c","d"));
$i = 1;
extract($my_array,EXTR_PREFIX_ALL,"SOMEVAL".$i++);
print "";
print $SOMEVAL_1;
print $SOMEVAL_2;
print $SOMEVAL_3;
print $SOMEVAL_4;
print $SOMEVAL_5;
print "";
>
>print $SOMEVAL_1;
>print $SOMEVAL_2;
>print $SOMEVAL_3;
>print $SOMEVAL_4;
>print $SOMEVAL_5;
>
>print "";
>
>... will produce:
>
>a
>b
>c
>d
>[Array]
>
>Which is cool. Not quite what you wanted, but maybe you could run with it.
>
ROTECTED]
>[EMAIL PROTECTED]
>http://openlearningcommunity.org
>
>
>
>--
>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 P
function
>that does this? Sizeof() appears to lack condition parameters...
>
>...Rene
>
>---
>René Fournier
>[EMAIL PROTECTED]
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail:
e, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-629-0004
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.n
the $ in front of your variables in
your list constructor
Jim
>Content-type: text/plain;
>Content-encoding: base64
>
>Hello guys
>
>I'm making poll script that stores data like this:
>
>0|0|0|0|0
>
>
>
>
>But i'm getting this error all the ti
will work, but the bad password will be visible in the query string.
3. Start a session at the login page and register the variables you
need to use on the login page.
Jim
>Hi,
>
>I wonder if someone could tell me whether or not the following is
>possible?
>
>I have an HTML
I do this ...
$query = mysql_query("SELECT * FROM foo");
$data = mysql_fetch_assoc($query);
extract($data);
if you need all the rows from the query, do ...
$query = mysql_query("SELECT * FROM foo");
while($data = mysql_fetch_assoc($query) {
extract($data);
}
;
>
>I receive blanks ... although the session is set in the /temp directory. It
>has a value in it but I don't have permission to read the value of my sess.
>
>By the way... I use php4.06
>
>Please help
>
>THX
>
>Luc
>
>
>
>
>
>--
>PHP Gene
>--
>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]
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
--
>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]
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-
I've searched high and low for _good_ PHP/MSACCESS info, but the fact
is not that many people use it.
What I've found very helpful is to use MS ACCESS' SQL builder to test
out my queries. Fairly reliably, if it works there, it'll work in PHP.
Jim
>On Tuesday 04 Dece
quire some input, then it will error out if you
don't supply any.
Jim
>On Tuesday 04 December 2001 23:25, Jim wrote:
>> I've searched high and low for _good_ PHP/MSACCESS info, but the fact
>> is not that many people use it.
>
>I know. It's not my choice, be
$array = array("a","b","c");
print_r($array);
unset($array[1]);
print_r($array);
$array = array_values($array);
print_r($array);
--
produces
Array ( [0] => a [1] => b [2] => c )
Array ( [0] => a [2] => c )
Array ( [0] => a [1] =&
ist (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]
--
Jim Musil
-
Multimedia Programmer
Nettmedia
-
212-629-0004
[EMAIL PROTECTED]
Why don't you try sessions? They make this sort of thing easy by
letting you store all the data in $form and making it available on
subsequent requests to this or other scripts.
http://php.net/sessions
Jim
>Hi,
>
>I currently have a form that calls a PHP script when submi
You should specify the column names to prevent this from happening.
Such as ...
INSERT INTO rcensioni (col1,col2,etc) VALUES ('value','value','etc...')
Just make sure you don't specify the column that is autonumbering.
Jim
>Hello,
>
>Always st
kids waiting to graduate/degradate to Java!
>Tell me the techno-geeks haven't won!
>
>Hell..
>
>
>George
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROT
I'm having a problem including files using Zend Framework. I have in a
controller file this
require_once "models/Member.php"; and it doesn't work ,nor does
require_once "../models/Member.php";
Anyone know what's going on with this?
Jim W.
--
PHP Gener
I am following an example. Also, doesn't that require the class name
to be something like models_members?
Jim
On 10/19/2010 09:40 AM, chris h wrote:
I'm having a problem including files using Zend Framework. I have
in a controller file this
Jim why not use the Zend
riate documentation or give me
a hint as to what is going on here?
Thanks,
Jim.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ssing. Apache or
php but I don't know which.
The old server is a Linux system, while the new one is a bsd system (OS X).
Both systems have the
AddType application/x-httpd-php .php3
Line in their configuration.
Thanks,
Jim.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
d
Both systems have the
AddType application/x-httpd-php .php3
Line in their configuration.
And the new one has been restarted more than once. In fact that line
was in there from the start, I didn't add it.
I'll have to look to see what config file it's in to be sure it's
ache, just
the file systems.
We did look at the php.ini file in /etc and it was pretty much
innocuous. Looked like a default from when the system was installed.
I'll have a closer look today.
Thanks.
Jim
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ford, Mike wrote:
On 09 January 2008 12:18, Anup Shukla wrote:
Jim wrote:
Hi, Mike,
The include is more like
require "../admin/admin.php3" I don't know exactly how Apache
performs its magic so I wasn't sure that the request for an include
file would even pass th
p code in the sent page.
Is this possible, can it be done, and if so, how?
Jim
- Original Message -
From: "Paul Marinas" <[EMAIL PROTECTED]>
To: "Jim Lucas" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, January 02, 2003 4:33 PM
Subject
t by reaching an id of 255? If so, can I
fix this? Any help would be appreciated, as my database has to all
intents and purposes lost its functionality once I cannot add further
records.
Jim MacCormaic
Dublin, Ireland
iChat/AIM : [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.p
s. In
my defence all I can say is that I'll remember it better this way ;-)
Jim MacCormaic
Dublin, Ireland
iChat/AIM : [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
it has to do with declaring all php variables before using them in the
script.
$var='';
then do something with the variable.
Jim
- Original Message -
From: "Beauford.2002" <[EMAIL PROTECTED]>
To: "PHP General" <[EMAIL PROTECTED]>
Sent: Wednesd
checkout the most recent version of the help documents from php.net. it
will tell you.
something to do with $_GET, i think...
Jim
- Original Message -
From: "Mike Tuller" <[EMAIL PROTECTED]>
To: "php mailing list" <[EMAIL PROTECTED]>
Sent: Friday, Januar
instead of doing that your should do this
$message = "
title goes here
";
for ($x = 0; $x < $num_rows; $x++)
{
$message .= "some stuff";
}
$message .= "
";
you were also missing your last double quote.
Jim
- Original Message -
From: "
I would add the modification time of the file in question with
filetime($filename);
that way you will be sure to get a unique argurment.
Jim
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Chris Shiflett" <[EMAIL PROTECTED]>
Cc: "Phil Powell" <[E
.
if someone looked at the file 2 seconds apart and it didn't change, it was
waisted time and bandwidth down loading the file again.
Jim
- Original Message -
From: "Philip Hallstrom" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 4:11 P
more then
one copy of netscape or mozilla at a time.
Jim
- Original Message -
From: "Step Schwarz" <[EMAIL PROTECTED]>
To: "Mark McCulligh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, January 20, 2003 4:07 PM
Subject: Re: [PHP] pop-up problem
People often for get about a little problem that happens with the
I found a bug when developing a download script a year or so ago.
You can't have the 'attachment;' part in IE. It did some funky stuff
and netscape 4 would die without it.
Jim
- Original Message -
what about checking the checking the remote ip address?
Jim
- Original Message -
From: "Chris Shiflett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 21, 2003 10:45 AM
Subject: Re: [PHP] Detecting posts from outside s
... more questions to come...
Jim
function DrawOptions($options, $active='')
{
$str = '';
foreach($options AS $key=>$value)
{
$sel = ($active==$key?" SELECTED":"");
$str .= "".$value."\n";
}
return($str);
}
Try this
array needs to be a key-value pair that has the value that you are looking
for as the key and
you'll have it.
Jim
- Original Message -
From: "Bob Irwin" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 3:03 PM
Subject: [PHP] Reading Directory in reverse
> Hi Guys,
>
> Does anyone happen to know why the below
just copied your code and it worked fine for me.
system: Apache 1.3.26
PHP 4.2.2
I would look into apache 2.0 and the env vars that are available from it.
- Original Message -
From: "Bruce Douglas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003
yes, it is possible, but not with php.
Jim
- Original Message -
From: "Victor" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 22, 2003 8:10 PM
Subject: [PHP] total file size
> Is there a way to find out total upload file size from a file
om its original point, then you can't do an mv command
successfully.
Check your permissions on the original file, find out if apache is the
owner. that will tell you if you can delete the file.
Jim
- Original Message -
From: "Christian" <[EMAIL PROTECTED]>
To: <[EM
the only difference to structure is this line is in the first file and not
the second.
fw_menu_2.addMenuItem("STANDARD
PROMOTION","location='http://www.bis.org.in/sf/sfp2.htm'");
diff is a wonderful tool!!!
Enjoy
Jim
- Original Message -
From: "
(e.g. @recent_presenter) or
a value like Resource ID#2 is being used instead.
Is it possible to do what I desire. If so, where am I going wrong?
Jim MacCormaic
Dublin, Ireland
iChat/AIM : [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ou can now use $presenter in your last query
All code untested, handle with care.
Code successfully incorporated and working as intended. Thanks for the
help.
Jim MacCormaic
Dublin, Ireland
iChat/AIM : [EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
then run extract($_REQUEST); just above where you want to use the var1
var2... and it will place all the key => value pairs into the local scope.
Jim
- Original Message -
From: "Noah" <[EMAIL PROTECTED]>
To: "Philip Olson" <[EMAIL PROTECTED]>
Cc:
why would it matter if he does it just above the place that he is going to
use them?
doesn't matter if he is in a function or not. the $_REQUEST var will always
be available.
if he calls a function then he would have to do it just inside the function
or pass it to the function.
you could always to a preg_replace() and replace the backticks with their
&#xxx; equal.
Jim
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 19, 2003 4:27 AM
Subject: [PHP] Backticks and echo
> Hello everyone
>
>
the default location for the php.ini file (if installed with the RPM's) is
/etc/php.ini
Jim
- Original Message -
From: "Kevin Paz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 21, 2003 11:03 AM
Subject: [PHP] Cannot find php.ini
>
>
in the first line of the code you are refering to $_GET[option]
option in this case is being seen as a constant.
if you were to put single or double quotes it would work.
the second notice means that in the $_GET array, there isn't a key called
option
it would probably work better if you did th
tried taking the needed pices of each script and combining them, but
when I do I get an error about somehting in the info array not being
correct.. Wierd thing is that it works fine when they are seperate..
Any help is greatly appreciated.. Thanks...
Jim G
--
PHP General Mailing List (http
I've noticed some sites that have variables in the link
(template.php?tpl=fold), but when the page is displayed, the variable is not
visable in URL in the address window.
How do you do this?
thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/uns
ot;top";
$info["uid"]="test2";
$info["gecos"]="test";
$info["cn"]="test2";
$info["homeDirectory"]="/home/test1";
$info["userPassword"]="{crypt}test123";
if (($ldap = ldap_connect("ldap.server","389"))) {
echo "Bind Good...\n";
}
else {
echo "Connection Failed...\n";
}
if (($res = @ldap_bind($ldap, $dn, $bindPassword))) {
ldap_add($ldap, "uid=test2, ou=Users, dc=megalink, dc=net", $info);
echo "User Added...\n";
}
else {
echo "Addition Failed...\n";
}
?>
Jim G
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
them as 2 seperate scripts works fine. I did read something about not being
able to do a modify, and add in the same statment, so I do a ldap_unbind after the
completion
of the first. Still does the same thing. Any help would be appreciated.. Thanks
Jim G
--
PHP General Mailing List (http
Hi,
I have an array with an html link as key and different $vars as val:
$list = array (
'http://someplace.com/";>some place' => $vendor1_total,
'http://anotherplace.com/";>another place' => $vendor2__total,
[snip] etc..
some vals are numeric and some vals are "n/a"
asort works to sort the arra
ome vals are "n/a"
asort works to sort the array as a string, however, I need to sort the
numeric vals numeric, then have the n/a's go away or be output at the
bottom of the sort.
Please be clear and gentle.. I'm not schooled in php, just a tinkerer
trying to make this mess wor
Using this:
while (list ($key, $val) = each ($orderd_list)) {
if ($val == 'n/a'){
$no_plan_list = array ($key => $val);// need an array here for "n/a"
}else{
$plan_list = array ($key => $val);// need an array here for numeric
vals
}
}
Thanks In Advance,
Jim Long
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
nal_array = array_merge($numeric_array, $na_array);
> <-- End Code -->
This works.. THANKS! HOWEVER:
I think PHP is seeing a comma, in a large number and think that it IS
NOT NUMERIC, because when I test a large number it put it in the $na_array
Do I need to add something to this cod
Hi,
I've got to sort the $numeric_arry
This doesn't seem to work:
sort ($numeric_array, SORT_NUMERIC);
I think its sorting $key
asort ($numeric_array, SORT_NUMERIC);
sorts as a string
THANKS AGAIN IN ADVANCE,
Jim Long
JanetVal Wrote:
> Well, as long as you know exactly what yo
;s ignoring everything
after a comma when it sorts.
TIA,
Jim Long
BTW: asort is the one I need as I must maintain the keys
JanetVal Wrote:
> sort() sorts by value but assigns new keys as numbers.
> asort() sorts by value, but keeps the same
cho("comma striped");
}
}
--
It passed the test but,
I'm doing something wrong because the commas are still there.
TIA,
Jim Long
Jim Long Wrote:
> Does anyone know how to make the flag "sort_numeric" work?
> Will it work with asort?
>
> asort ($numeric_array, SORT_NU
ut does not
actually remove the commas
THANKS.. any other ideas?
Jim Long
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Thanks to those who are helping me.
Matt,
Same result, echo's sucess, but commas are still out put in the $numeric_array.
Jim Long
Matt Wrote:
> foreach($numeric_array as $key => $value ) {
> if(strstr($value,","))
> {
> $valu
uot;,","", "$value");
$numeric_array[$key] = $value; //<reset the output array
echo "comma stripped";
}
}
Thanks again for all your help,
Jim Long
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the second argument in the mysql_select_db call in not in scope.
you should be using $this->db instead of $db
Jim
- Original Message -
From: "Larry Brown" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 2:52 PM
Sub
have the file download in a popup window.
after the down load the window will be gone.
Then you don't have to worry about the refreshing of the main window.
Jim
- Original Message -
From: "David Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thurs
Plus, what if their was a textarea that you can't reload from the process
page
because the amount of data was greater then the max limit of the GET
protocol?
Then you would loose all that data.
- Original Message -
From: "David Miller" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Fr
How are you including the file in question?
Jim
- Original Message -
From: "Liam Gibbs" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 9:58 PM
Subject: [PHP] Dollar signs in values
How is it I can properly get PH
Then the information in the DB is the same.
Jim
- Original Message -
From: "Charles Kline" <[EMAIL PROTECTED]>
To: "Rich Gray" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, March 07, 2003 10:03 AM
Subject: Re: [PHP] MySQL Alias and P
make a copy of the original array and sort that, when you find it correct
key, use that to refer to the correct value in the original array.
Jim
- Original Message -
From: "Liam Gibbs" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Friday, Mar
if you put this at the very to of the page, I am guessing
then that you haven't ran session_start() ??
if you are trying to access a value stored in a session variable, you need
to initialize the session first, then access the variable.
Jim
- Original Message -
From: "B
I think it might have something to do with --enable-trans-sid
read up on that
Jim
- Original Message -
From: "Liam Gibbs" <[EMAIL PROTECTED]>
To: "php list" <[EMAIL PROTECTED]>
Sent: Friday, March 07, 2003 8:45 PM
Subject: [PHP] $PHPSESSID
First of all
what does $annrow[id] return?
I HAVE found that I have to refer to a file when using file_exists() from /
so
file_exists("/path/to/me/cherpdocs/filename.doc")
for it to work right.
Jim
- Original Message -
From: "Charles Kline" <[EMAIL PROTECTED]>
To
"BT",
"BT «Book Title»")
);
you must place the 5 elements in a sub array
Jim
- Original Message -
From: "John Taylor-Johnston" <[EMAIL PROTECTED]>
e the ob_get_contents(); or ob_end_clean(); then PHP
waits until everything is done, and then flushes.
Jim
- Original Message -
From: "Alex Lance" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, March 09, 2003 2:22 AM
Subject: [PHP] ob_start -- output buffer problem
You could signup with a company like yahoo.com or hotmail or bend.com and
you could then have a web based email service.
You ALWAYS have choices... :)
Jim Lucas
- Original Message -
From: "Ford, Mike [LSS]" <[EMAIL PROTECTED]>
To: "'Derick Rethans'&q
if you are on a linux system, you could always symlink the folders into the
public_html dir.
Jim Lucas
- Original Message -
From: "MIKE YRABEDRA" <[EMAIL PROTECTED]>
To: "PHP List" <[EMAIL PROTECTED]>
Sent: Wednesday, July 02, 2003 5:36 AM
Subject: [
1 - 100 of 2798 matches
Mail list logo