while($r=mysql_fetch_array($result)
$to .=$r['email'].",";
mail($to,);
Dhaval Desai wrote:
> Hi@
>
> I have a database in whih I have a lot of emails. What
> I want to do is basically a small newsletter kindaa
> thing which is to be mailed to all the emails which I
> am goingto pick
language as compare to the other languages...
thanks
john
--
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]
A funny question! I presume you mean you want to protect your javascripts
from being read by users, eg compiled. Internet explorer has a script
encoder that scrambles your scripts that you can get from microsoft.com.
Doesn't work with netscape.
Regards, John
""Steve Haeme
Rasmus Lerdorf (inventor of PHP) has said that PCRE is generally faster, but
i haven't benchmarked myself. Of course strpos( ) is the fastest.
"bill" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi everyone,
>
> i have been using perl for quite some time, bu
You'll probably won't get to see the now :-<.
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Mon, 16 Apr 2001, Mark Ma
> $pn = $myrow["pn"];
> $cat = $myrow["cat"];
> $box = $myrow["box"];
> $quote = $myrow["quote"];
> }
If you are doing print $myrow["card"] here, $myrow at this point is false,
so that's why you see nothing. It's reset to
Easy. Just use fopen('http://localhost/file.asp') then fread the data you
want. I do this technique to read Access tables from a Linux box.
""Joe Truong"" <[EMAIL PROTECTED]> wrote in message
9bfd8q$gum$[EMAIL PROTECTED]">news:9bfd8q$gum$[EMAIL PROTECTED]...
> How can i include ASP scripts int
The PHP developers are a diverse and perverse group. You can get them from
http://php4win.de
""SED"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I was downloading the latest version of PHP (Win32 Binaries) for IIS
server,
> but no external extensi
Is that still true when you include the file?
Say you have a notfoo.php file, and include foo.php in it. You don't
still have to pass the cookies, do you?
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesign
.
Here are some other references:
http://www.phpbuilder.com/forum/archives/1/2000/10/1/104324
http://www.phpbuilder.com/forum/archives/1/2000/9/1/103222
I use htdig with great success and index my site each morning so all new
forum posts are captured for use during the day.
John
Whenever I try to mail a form I receive this message:
Warning: is no longer supported - please use the
track_vars INI directive instead in
/mnt/web/guide/corvettebuyers/www/do_sendfeedback.php on line 1
The form is on a UNIX server with PHP installed. The INI directive has me
confused? Thank yo
Your question is a bit too short to be answered. Explain why and we will try
to explain how. The other poster is wrong however, u can use ADO and use the
Jet OLEDB provider to connect to Microsoft Access.
Søren Soltveit <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED
I would suggest putting your includes out of the web tree.
/.../website/htdocs/admin
/.../website/htdocs/images
/.../website/includes
This may be totally inappropriate for now, but is a good habit to get into.
Call the includes with the full pathname. I know this stinks, but is a good
solution
This is true and I do this in .htaccess or in the main Apache config file
when possible. However, for those who do not have control over the main
config file, you are at the mercy of the system operator. They could turn
off looking at your .htaccess files and not have the "" directive to
hide th
Hello everyone,
Quick question:
I would like to install a standalone web server can run PHP, I'm looking
for guidance on how to do this.
Basically, I want to add a PHP application on a CD-ROM, for
demonstration purposes.
I know PHP can be runed as a standalone, but what about th
This guy is proof that PHP programmers are a functional clever bunch and PHP
does not box us in with too many limits.
> -Original Message-
> From: Matthew M. Boulter [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 9:16 AM
> To: Steve Werby; Toby Miller; indrek siitan
> Cc: PHP
tells it like it should
be so us it for testing your code along with IE.
John
> -Original Message-
> From: Mark Lo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 24, 2001 2:23 PM
> To: *PHP mail list
> Subject: [PHP] link variables space problem in netscape
>
>
hich relies on the hardware to compute.
Fun stuff eh?
John
--
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]
//www.mysite.com/dir/subdir/
> http://www.mysite.com/dir/subdir/subsir/
>
> When I access any of subdirectory, I need to execute same
> dir.php, which will display records from database based on path.
>
> P.S. I can only access to .htaccess file of apache configuration
> files.
http://www.php.net/bugs.php?id=9530
John
On Wed, 25 Apr 2001, Henning Kilset Pedersen wrote:
> Dan and others, following this thread;
> Here is the result of my pfpro_version() call :
>
>
>
>
> Yup, that's right. Blank, stare, squiddly-squat, etc. Which is wh
means the work that
will need to be done will likely be minimal.
John
On Wed, 25 Apr 2001, Robert Covell wrote:
> Is anybody reading the other posts about the work in progress being done by
> John? This extra work seems pointless if it is being looked into by the PHP
> developm
Good attitude ;) If you have any feedback from your tinkering, please do
share..
John
On Wed, 25 Apr 2001, Dan Harrington wrote:
> I am aware that people are "working on it" but when I needed to process
> transactions
> _today_, I decided to do some messing around with th
s? By 'best', I mean:
-easy (relatively) to implement
-easy to manage [template based]
-scalable
Any help would be greatly appreciated.
Thx in advance!
-John
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiede
Hello everyone,
I'm looking for information on PHP+ MS Access , and PHP+MS SQL.
Any recommendations?
Thx in advance!
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you re
you started on the choose-a-theme part:
http://curtisonline.net/theme/phpfast-templates-HOWTO.html
Hope this helps.
John Platte
"Truth binds the mind to what satisfies it,
but worldly thinking does not satisfy
and therefore ignites curiosity."
-- St. Theophan the Re
6 Apr 2001, Andrew Hill wrote:
> John,
>
> If you are using PHP from Windows you can use ODBC or the mssql_functions.
>
> From Linux/Unix, you should compile the iODBC Driver Manager into your
> PHP/Apache build, and then drop in an ODBC driver.
>
> There is a HOWTO at www.iod
P/JSP/JScript.
Any help would be greatly appreciated.
-john
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
--
PHP
John Monfort wrote:
> I was wondering, is anyone aware of a PHP server model, for Ultradev?
>
> Or, any leads on how I can create one?
>
> I'm developing a site with PHP+MS Access+Ultradev. I wanted to use some
> of the Ultradev server model features (and convenience),
d=3&NewsId=505
enjoy!
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Thu, 26 Apr 2001, John Platte wrot
you ready?"
-+___+-
On Thu, 26 Apr 2001, Andrew Hill wrote:
> Check out www.interakt.ro
> It's beta... but functional.
>
> Best regards,
> Andrew
>
>
> On Thursday, April 26, 2001, at 06:46 PM, John Platte wrote:
>
> > John Monfort wrote:
> >
RS. To illustrate this:
>
>
>
>
>
>
>
>
>
> I want so that after submiting these forms, somehow, in the bla.php I=20
> have
> $HTTP_POST_VARS["foo"] = "yahoo"
> $HTTP_GET_VARS["bar"] = "yehaa"
>
e a problem,
> that when I get a parse error it always says that it's on line 1 in
> this or that file.
> Where is the configuration option to set this right?
> I have on another server seen that it's possible to get it to state
> the actual error line.
John Platte
&
One solution would be to have the script write it's process ID in some .pid
file. Since a process ID is per instance of the script, this should provide you
with the functionality you're looking for.
John
On Fri, 27 Apr 2001, Nikhil Goyal wrote:
> I need to set up a script such
you might want to consider add the html PRE tag, to preserve the output
format.
Something like,
> exec ("du -ks /home/apache",$test[]);
echo " $test[0] ";
This will display the result in the browser, just as it does in the Unix
shell.
__John Monfort_
_+
the DSN description.
Once that's done. You'll be able to use Ultradev with PHP.
I hope that helped.
-John
Again, thanks to everyone who helped me find this extension.
Don't forget my new question :) see above.
__John Monfort_
_+---
ot;The world is waiting, are you ready?"
-+___+-
On Mon, 30 Apr 2001, Mark Roedel wrote:
> > -Original Message-
> > From: John Monfort [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, April 29, 2001 10:40 PM
> > To: [EMAIL PROTECT
would overwrite the
necessary files. Does this have anything to do with my issues? I don't
think it should matter, but I could be wrong. I used the Win 32
installer [from php.net] for my installtion.
Please help!
-John
__John Monfort_
_+-
If I were you I would let the PHP guys figure this out. I am sure they read
messages here so stick with 4.04p11 and live on. I was just about to
download 4.0.5, but I want your issue to be addressed before I waste my time
with a recompile.
John
> -Original Message-
> From:
iting, are you ready?"
-+___+-
On Wed, 2 May 2001, John Huggins wrote:
> If I were you I would let the PHP guys figure this out. I am sure they read
> messages here so stick with 4.04p11 and live on. I was just about to
> download 4.0.5, but I wa
* not timed out **\n";
$u=connection_status();
echo "connection_status = $u \n";
unlink("tempout");
?>
John Clements
. .
|
\_/
[EMAIL PROTECTED]
+44 (0) 20 8959-8213
29 Gibbs Green, Edgware, Middx., UK HA8 9RS
--
PHP General Mailing List (http://www.php.net
* not timed out **\n";
$u=connection_status();
echo "connection_status = $u \n";
unlink("tempout");
?>
John Clements
. .
|
\_/
[EMAIL PROTECTED]
+44 (0) 20 8959-8213
29 Gibbs Green, Edgware, Middx., UK HA8 9RS
--
PHP General Mailing List (http://www.php.net
Ok...all together now, in how many languages can you say,
OUT OF PLACE !!!
--Spammers, sheesh !
--
On Thu, 3 May 2001, MTV Jams wrote:
> http://www.mp3.com/mcpedro from [EMAIL PROTECTED]
>
> The question is this, If you placed a Jamaican born MC on a Hip
> Hop/Trance/Techno track and
www.php.net
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Fri, 4 May 2001, YoBro wrote:
> Hello,
>
> I need to fin
PHP Stands for
Hypertext Pre-Processor (PHP)
You can more info at www.php.net
The battle between ASP and PHP is ongoing. Same thing for Perl.
www.UDzone.com has an article on this, it's called 'Seven Reasons Why
PHP is better than ASP".
__John Monfort_
**Ouch !! **
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Fri, 4 May 2001, Hrishi wrote:
>
>
> MTV Jams wrote:
Hello everyone,
I remember noticing a "PHP Flat File Support" function, or script, or
something. While reading the PHP manuals, and online tutorials. However,
I have not been able to find concreate information about it.
Does that function exists? If so, then where can I find some
in
rked it would be $$veg[0] would be 1, and $$veg[1] would be 2.
Is there anyway to do this?
Many thanks!
John McConnell
--
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]
Philip,
Thank you, thank you, thank you!!! I have been working on this for a LONG
TIME!! The answer was the {} brackets. I really appreciate it.
John McConnell
> From: [EMAIL PROTECTED] (Philip Olson)
> Newsgroups: php.general
> Date: 4 May 2001 18:39:27 -0700
> Subje
you need to compile in the GD options, but are unclear on what the path's
are that it asks for.
Would anyone has the kindness to write up a quick Installation of PHP-GD for
Dummies? :)
Thanks a million!
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign
I am a fan of UltraEdit. It has syntax highlighting and is a good all
purpose powerful editor. What I really like though is the ability to Open
>From and Save To FTP sites. This speeds up my work considerably.
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.
// build link
$title = "http://gamedesign.incagold.com/displayarticle.php?mode=article&id=".$
row ["article_id"]."\">".$row["article_title"]."";
}
echo $title."\n&q
But isn't VIM a *nix only tool?
The thread was about Windows IDE's. I'm always open to new editors though,
so if VIM is available for Windows, can you give an URL?
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign, the industry source for
Your location header should be a fully qualified URL, just like you had
typed it into your browser.
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign, the industry source for game design and development issues
> -Original Message-
> From: Dean
I to have never been happy with the way PHP handles actual secure sessions.
GameDesign was written to entirely use session based access. Both the main
user site, and the admin backend use it, and it works quite well.
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com
I'm not sure what you mean...
[code]
$query = "SELECT username FROM Users WHERE userid=1";
$result = mysql_query($query, $link);
$user_data = mysql_fetch_assoc($result);
echo "my user name is ".$user_data["username"];
[/code]
Is that _not_ what you mean?
-
How about manually parsing the string out to give you chunks, that can then
be eval'd easy.
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign, the industry source for game design and development issues
> -Original Message-
> From: King, Jus
creating a bunch of new databases, and tables.
Thanks!
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign, the industry source for game design and development issues
> -Original Message-
> From: Ryan W. Zajicek [mailto:[EMAIL PROTECTED]]
> Sent: Mon
Try,
\n";
?>
Some systems are configured to not allow the shorthand "http://gamedesign.incagold.com/)
- GameDesign, the industry source for game design and development issues
> -Original Message-
> From: Alvaro Collado [mailto:[EMAIL PROTECTED]]
> Sent: Monday, May 07, 2001 8:36 PM
> T
I don't think you can unless you use PHP's COM support and then use ADO's
next recordset feature.
Regards, John
""James Crowley"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I've wri
denied message whenever I try to connect.
Could something ELSE be causing this error?
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign, the industry source for game design and development issues
--
PHP General Mailing List (http://www.php.net/)
To
Are you opening a session on each of the pages you want to use the
variables?
Calling session_register() I believe causes an implicit opening of the
session, but on the other pages you have to explicity open the session, or
you won't have access to those vars.
- John Vanderbeck
-
I have been getting this as well, and it is _really_ starting to annoy me.
Why is this not filtered out anyways? I am the owner and admin of the
GameDesign mailing list, and our software automaticly filters these things
from the general list.
Please fix this :(
- John Vanderbeck
- Admin
Spam thats been going around lately. Good old money laundering apparently.
Friends have reported seeing it as well.
It better stop hitting the list over and over again though or i'm gonna
scream :)
- John Vanderbeck
- Admin, GameDesign (http://gamedesign.incagold.com/)
- GameDesign
like to add it to the system, for future uses. I've check the sgi
support pages (support.sgi.com) but didn't find much help.
Is this considered a PATCH, or what?
Please help.
-John
__John Monfort_
_+---+_
P E P
I'm looking for a good reference to installing PHP 4 on a IRIX+NS
Enterprise system.
Please help.
Thanks in advance.
-John
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the
Hey all,
I am quite horrible when it comes to regexps, but I have a string that
contains a complete url, like:
http://www.domain.com/this/is/it.html
And I need to strip everything but the domain so that I am left with:
www.domain.com
Can anyone help me out?
- John Vanderbeck
- Admin
I don't know the code, but I would assume you could do the following:
1) read the file into an array, with each line as an element
2) search the element that has the line you're looking for...probably a
keyword
3) remove that element from the array
4) implode the array
5) rewrite th
That will work, assuming the user is not allowed to purchase multiple
items...
-John
On Wed, 16 May 2001, Ralph Guzman wrote:
> Might want to reconsider the way you are doing this, since this may not be
> the most efficient way. An alternative might be to do this as follows:
>
Is your MySQl server on?
What platform are you on?
Also, make sure your username, password, and database name, are correct.
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are
One of my scripts must create a directory, then a file in it. This part
works great, although when another script tries to delete the file (and
directory afterwards) it doesn't work because of the permissions. The user
on the created file is 'httpd', from apache. The owner of the script is
call
Sorry, PHP doesn't support application variables natively. You can get
classes that emulate this behaviour at http://0x00.org/ or use shared memory
or a database.
""elias"" <[EMAIL PROTECTED]> wrote in message
9e0aqb$8vv$[EMAIL PROTECTED]">news:9e0aqb$8vv$[EMAIL PROTECTED]...
> Hello!
> What's th
Sending variables in url:
newpage.php?variable1=value&&variable2=value2&&variable3=value
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+_
*oops!*
Sorry about the double ampersands...
newpage.php?variable1=value1&variable2=value2...
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+_
; The Shared Memory functions doesn't work somehow on win32 ?
>
> ""John Lim"" <[EMAIL PROTECTED]> wrote in message
> 9e0e2j$o33$[EMAIL PROTECTED]">news:9e0e2j$o33$[EMAIL PROTECTED]...
> > Sorry, PHP doesn't support application variables nat
Can you connect to MySQL manually?
If so, then you should be able to connect with PHP's
mysql_connect($username,$password,$host);
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is wa
Visit http://php.weblogs.com/
There currently is a big debate on this issue. Also see the PHP advocacy
pages.
""Scott A Winkle"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Im currently running many scripts myself and other staff members wrote in
Try SSH (Secure Shell)
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Fri, 18 May 2001, khuram latif wrote:
> Hi De
I'm having serious issues with session management in PHP and am trying
to
determine if it's a problem with my hosting company or a problem in my
code.
The flow of my site is:
login_page -> session_start_page -> form_page -> display_results_page
Upon login a POST is made to session_start_page.
Here's the server config if it's more help. Thanks!!!
John
PHP Version 4.0.5
System Linux xxx 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i686
unknown
Build Date May 17 2001
Configure Command './configure' '--with-mysql' '--with-apache=../
..
Thanks,
John
Diego Fulgueira wrote:
> Hi!. I have the following problem (we are going crazy about it!!) and i
> think there's many people out there that have experienced the same thing:
>
> A session created in one page is killed on the next one. Check an example:
> P
hplens.com) that we could reuse for the
site.
Regards, john
Ian Evans <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'd really like to move our site to a dedicated server, but I'm not
> ready to lay down the monthly cash for a m
http://php.weblogs.com/adodb
Database wrapper library 1.10. Now supports cached recordsets.
Example below:
include('adodb.inc.php');
include('tohtml.inc.php');
$ADODB_CACHE_DIR = '/usr/local/adodbcache';
$conn = &ADONewConnection('oracle');/* Oracle 8, use 'oci8' */
$conn->PConnect('','scott','
I believe there is a window.print() JavaScript code, that lets you
print a document. I've never used it, so I'm not sure.
Print Document
//or something like that...
good luck !!
__John Monfort_
_+---+_
P E P I E D
We offer hosting with PHP,MySQL, and SMTP.
www.pepiedesigns.com
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Wed, 1
Well if you had more RAM and a faster CPU, servlets/jsp would be faster :-)
This link might not answer your question completely, but it could help...
http://php.weblogs.com/jsp
"Christopher Leigh" <[EMAIL PROTECTED]> wrote in message
000701c0e134$4223b800$01eea8c0@contrec">news:000701c0e134$422
Can anyone tell me how this asp code would be rewritten in PHP, I'm having
trouble getting it to work. Don't worry about the variable names and stuff,
it's just the actual connection to the application that's causing me the
grief.
Thanks for any suggestions,
Skipsey.
begin 666 createservername
call this error happening JUST AFTER I installed. I think I
could for awhile and then all of
a sudden I could not.
I am posting this question in a few other PHP newsgroups as I am unsure
where this would fall under:
php.dev
php.doc
php.general
php.windows
Thanks to anyone who can assist.
John
What is RUBY?
-John
On Tue, 22 May 2001, Maxim Maletsky wrote:
> Hello gurus,
>
> does anyone know a way to make PHP and RUBY running together (parsing both
> the same file) ?
>
> This is what I tried to do:
>
> httpd.conf:
>
> AddType applic
See http://zend.com/zend/api.php
Bye john
""Gilles Koffmann"" <[EMAIL PROTECTED]> wrote in message
9edaso$ro7$[EMAIL PROTECTED]">news:9edaso$ro7$[EMAIL PROTECTED]...
> Hi,
>
> I'm trying to use some Delphi code with PHP without using COM (objecti
:
> http://www.ruby-lang.org/en/
>
> Quite impressive as an idea and I really like it's language concept,
> but it is still soo immature.
>
> Sincerely,
>
> Maxim Maletsky
> Founder, Chief Developer
> PHPBeginner.com (Where PHP Begins)
> [EMAIL PROTE
ah");
...more php codes...see php manual for 'mysql_query' and other
functions..
[double check the syntax]
//where 'search_query' is the form variable that is passwd to the
script...the one the user types in the keyword.
I hope that's w
You should be able to just print it. The code won't matter to php, but
the browser will process it.
";
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+
even better...
forgot about that one..
__John Monfort_
_+---+_
P E P I E D E S I G N S
www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___+-
On Wed, 23 May 2001, Zak Greant wr
I'm trying to configure PHP on IRIx 6.5, with NS FastTrack.
PHP works in the shell, but not thru the server. I checked the log file
and noticed it (server) had a fatal error, because it could not find
redirect_php.so .
That file was not included in the distribution and is no where to be
f
the program which saved teh data to a file and
then PhP scanned the file line by line..this worked...but i'm trying to
make a more elegant solution that won;t kill my hard drive faster ;)
Any tips appreciated...
John
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net
Test
Cannot submit to list.
Test
--
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]
=Testing=
Having trouble sending mail...
=Testing=
Please ignore.
--
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]
Hello everyone!
I'm trying to get the text inside the tag, using regular
expression.
$area = eregi('()',$str);
Where $str is the string containing
When I print $area, the string contains the entire content of $str. I
get something like:
.
.
.
__John Monfort_
owing (and including) the '
...
I want it to ONLY take the text within the openning body tag. Like,
how do I do this? What am I missing, in the above?
eregi("()",$str,$out);
-Please help.
-john
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Test: cannot send mail, but can read.
Please ignore.
--
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]
1301 - 1400 of 6675 matches
Mail list logo