On Mon, 31 Jan 2005 03:15:00 -0800, Badlya Badlu wrote:
> the path is /etc/php.ini
> also
> upload_max_filesize 50M 50M
>
> Waiting for reply.
it also depends on your webserver. I guess you are running apache2?
thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, vi
On Tue, 21 Sep 2004 04:02:47 -0400, Nick Patsaros wrote:
> Are PHP sessions compatible with frames in HTML? I'm trying to pass a
> user name through a session and my individual frames aren't receiving
> the variable. It worked prior to migrating to frames so I don't think
> it's my PHP that is t
On Thu, 16 Sep 2004 10:43:46 +0200, Merlin wrote:
> Theoreticly the result number of the first select statement should be identical
> with the count statement, but it is not.
>
> Has anybody an idea how to fix that?
>
It can't be the same number as you are using a where clause in the second
st
On Thu, 02 Sep 2004 09:03:34 -0700, Leticia Campos wrote:
> I developed an html/php form in a Php version 4.0.6, working fine, but when
> a moved the files to another web server with Php 4.3.2 the file
> procesaadmision.php called in the Post method does not get any of the input
> html variables
On Thu, 19 Aug 2004 11:21:16 +0200, Krzysztof Gorzelak wrote:
> Each object gets data from mysql by itself. The generation time of 1
> category [30 products, 10 keys, 5 values ~= 300 mysql queries] takes as I
> said more than a 1s (on quite fast machine). How can this model be improved?
Why
On Sat, 17 Jul 2004 13:11:41 -0700, Bruce wrote:
> has anybody managed to get php to work so you can actually use both
> mysql/mysqli???
>
> pointers/criticisms/assistance is greatly appreciated! searching through
> google/php.net/etc.. hasn't turned up information on where i've gone wrong.
>
>
On Sun, 11 Jul 2004 23:17:04 -0400, Alex Duggan wrote:
> Hello,
>
> Is it possible to build php-4.3.x and php-5.0.0RC3 both as static
> modules into apache-1.3? If so, can the two version of php be installed
> in the same prefix? or should they be installed in /usr/local/php4
> and /usr/local/p
On Mon, 12 Jul 2004 15:33:53 +1000, Justin French wrote:
> Hi,
>
> Looking for a one-liner to delete all empty elements in an array. I
> know I can do it with a foreach loop, but I'm hoping that I've missed
> an existing function in the manual which may already do this, or a
> simple one-line
Harlequin wrote:
Brings in the correct file but not an images referenced in the CSS file,
just the background and formatting.
Has anyone come across this before...?
Huh? The include-statement just includes code/html, it doesn't correct
any links or such.
probably the link in your css-file is wro
Scott Fletcher wrote:
What the hell??? When I enter the "mysql_escape_string" in the "search for"
textbox at www.php.net, I get a mysqli_escape_string result. So, the
question here is, is the website mistaken or is someone made a typo when
posting to this php newsgroup???
Scott F.
I get mysql_esc
you should tell WHAT problem you have.
does it throw an error?
doesn't it work as expected ... ?
whats the matter?
thomas
On Sun, 20 Jun 2004 13:47:03 -0700 [EMAIL PROTECTED] (Erik Gjertsen) wrote:
> I have problem with mysql_close
> I dont understand why.
> Are ther someone that have any
On Tue, 15 Jun 2004 21:32:32 +1000 [EMAIL PROTECTED] (Alan McDonald) wrote:
> Fatal error: Call to undefined function: jdmonthname() in
>
> hmmm what have I done with my build that I have left something like this
> out?
> Anyone have a cloe as to what option should have been set to get this
>
Php Lists wrote:
Hi list
I can understand the difference between 'world writable' and 'writable
by the webserver' in concept, but how would I go about manipulating
these variables?
Specifically, theses are error reports generated when setting up
eGroupware (sourceforge.net)
Thanks in advance.
Stuar
I would recommend the cronjob too but if you want to just keep the script running, do
a while-loop around your code, i.e.
while(1) {
... your code
sleep(120); // sleep 120 seconds
}
---
the require should be outside of the loop IMHO ;).
thomas
On Sat, 5 Jun 2004 21:46:20 +0600 [EMAIL PRO
On Sat, 5 Jun 2004 19:31:34 +0530 [EMAIL PROTECTED] (Nitin) wrote:
> thanks for the help, but my PHP ver is 4.0.6...
> Any other suggestions??
>
hmm, upgrade? :)
really, its worth it!
thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.ph
On Mon, 31 May 2004 10:50:52 -0400 [EMAIL PROTECTED] (Bob Lockie) wrote:
> I tried this HTML:
>
>
>
> $_REQUEST['deleteID'] === the last box checked.
> so I did a google search and changed my HTML to:
>
>
>
>
> Now the code:
> for ($i = 0; $i < count($_REQUEST['deleteID']); $i++){
> ec
This is line 29:
imagejpeg($base_image, 'temp.jpg'); //convert and save it to temp.jpg
Hi,
you should give it a path, i.e. ./temp.jpg or a full absolute path.
thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Ryan Schefke wrote:
The above behavior is on the Linux machine. Now, I run the same script on
my windows box and it works perfectly.
windows has (afaik in its default settings) no good file-permissions.
the php-scripts usually run as the user the webserver runs as ...
so the webserver-user has to
Ryan Schefke wrote:
I don't think that is it. I believe session.save_path is only for sessions,
not cookies. I'm only using cookies in the application.
Can someone please help?
Thanks,
Ryan
Yeah, tell HOW you set the cookies.
There is really no difference in linux/windows-php in this cases.
th
On Tue, 25 May 2004 08:36:37 -0700 [EMAIL PROTECTED] (Brian Dunning) wrote:
> The first line of my file is session_start(); but whenever I try to set
> or reference $_SESSION['anything'] I get:
>
> Undefined variable: _SESSION
>
> What's up with that???
what php-version do you use?
thomas
Hi David,
I'm not quite sure if its worth the trouble to officially support
a php-version which is not yet stable.
I remember that, at least, turck-mmcache has unofficial support for php5.
thomas
David Herring ([EMAIL PROTECTED]) schrieb:
>
>
> Hi Thomas,
>
> Thanks for the correction.
>
> My c
On Sat, 17 Apr 2004 19:01:21 +0100 [EMAIL PROTECTED] (David Herring) wrote:
>
> The latest Zend optimiser - 3.60 does not support php 5 - is there any
> alternative accelerators which do ?
uhm, afaik the "optimiser" is not an accelerator, more kind of a loader for
encrypted files.
You would hav
Hi folks,
thanks for another great php-release.
Are there any important changes since the last RC?
TIA,
thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Sat, 1 Nov 2003 00:37:32 - [EMAIL PROTECTED] (John Ryan) wrote:
> I've a bit of a problem, I want a random keyword pulled from my database.
> But I dont want it random all the time. I just want it random to each page.
> So I have the filename variable of the page. How do I somehow generate
I think he just answered the other guy's question with your answer to another one ;-).
btw. http://www.securecents.com/secureCode_features.php only returns a 404.
thomas
On Wed, 22 Oct 2003 23:20:13 +0200 [EMAIL PROTECTED] (John Black) wrote:
> Hi Jason,
>
> Did I say something wrong?
> A b
Hey folks,
I know this topic comes up again and again but I couldn't find
any usefull php-editor for linux which is NOT written in java AND
has some advanced features like a "file navigation" (listing all functions
in a file with direct jump to them) or tooltips with the function definition
or sim
SELECT UNIX_TIMESTAMP(datetime-field) ...
thomas
On Mon, 28 Jul 2003 18:06:32 +0200 [EMAIL PROTECTED] (Chris Hayes) wrote:
> hi,
> i have to move data from a table with a datetime (2003-05-14 13:36:04) to a
> unix timestamp (e.g. 2147483647) . Any ideas?
>
> Chris
>
--
PHP General Mailin
On Mon, 28 Jul 2003 12:48:04 +0200 [EMAIL PROTECTED] (Roman Duriancik) wrote:
> I have problem with variables in javascript and php.
> I have code in php and in this code I insert some values from javascript.:
>
> $color = "
>";
>
>
>
On Sun, 27 Jul 2003 20:13:22 +0100 [EMAIL PROTECTED] (David Goodchild) wrote:
> My exact problem is this: I do not know how to recompile an already
> installed PHP binary with the option --with-pcntl ...
>
You can't "recompile a binary", you compile a new version with the compile-options
of your
On Wed, 23 Jul 2003 14:22:40 + [EMAIL PROTECTED] (Curt Zirzow) wrote:
> * Thus wrote Chris Boget ([EMAIL PROTECTED]):
> > Could someone point me to a good website that discuss
> > the above? I can't find reference to PECL on either the
> > PHP or Zend site and PHPBuilder isn't pulling much
Safari is the new Mac-Browser by Apple.
Its using the KHTML-component from Konqueror (Linux).
Thomas
On Mon, 07 Jul 2003 18:06:29 -0400 [EMAIL PROTECTED] (Robert Samuel White) wrote:
> Hello,
>
> I was just alerted of the issue by another fellow with a way excellent
> website at saturn5.com
try that
if (!isset($_POST["imgList"]) || empty($_POST["imgList"])){
for the comparison.
Thomas
On Mon, 7 Jul 2003 16:02:21 -0600 [EMAIL PROTECTED] (Micah Montoy) wrote:
> How do I specify it that I just want to check to see if the form field was
> blank and if so, inform the user? I know I
are you sure that the smtp-settings in php.ini are correct on your host's server?
Thomas
On Sat, 5 Jul 2003 20:15:14 +0200 [EMAIL PROTECTED] (Håkon strandenes) wrote:
> Hi,
>
> I am making a small PHP script for managing a simple mailing list. The
> PHP script is added in the bottom of this me
you can transfer the session-id (which is unique) through the url too.
but then its only the session-id and not the actual data and the session-id
can't be guessed that simple to reach another user's data.
Thomas
On Sat, 21 Jun 2003 15:31:56 +0100 [EMAIL PROTECTED] (George Pitcher) wrote:
> Jay
yeah its the right way.
though I don't know what you'r trying to do with
echo " $_SESSION";
Thomas
On Sat, 21 Jun 2003 09:22:39 -0500 [EMAIL PROTECTED] (Jay Fitzgerald) wrote:
> is this the correct way to register variables via a session?
>
> [code]
> session_start ();
> $_SESSION['eventid'] =
If you don't want them seen anywhere, then you've got to use
sessions.
Thomas
On Sat, 21 Jun 2003 08:53:12 -0500 [EMAIL PROTECTED] (Jay Fitzgerald) wrote:
> I have been searching for an answer to this for a couple of hours now and
> cant find anything. I believe that there is a secure way of
the first will generate a warning if warnings are enabled.
it could mean a constant or a string, if a constant with that name is not available
php will use it as a string and show a warning.
the second is right as a string.
Thomas
On Tue, 17 Jun 2003 11:09:14 +0300 [EMAIL PROTECTED] (Jarmo Järve
you need to quote " in your code.
Thomas
On Sun, 15 Jun 2003 17:01:03 + [EMAIL PROTECTED] (Shien Hang Low) wrote:
>
>
>
> From: Gabor Hojtsy <[EMAIL PROTECTED]>
> To: Shien Hang Low <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: need help on coding
> Date: Sun, 15 Jun 2003 12
That doesn't tell much.
The way you'r using should work.
What happens if it doesn't work?
Thomas
On Sun, 15 Jun 2003 21:46:54 +1000 [EMAIL PROTECTED] (Ben Houlton) wrote:
> How do I get a DB table open easily?
> So far, I've been using a metod that sometimes works and some times doesn't,
> I ju
Hi folks,
I'm currently trying to work my way through an extension.
Using the tutorials on the php.net/zend.com ... and other sites
it works so far to do some work, return values and getting parameters.
But how can I get access to the variables defined in php or add other
variables without the n
do you even have register_globals enabled?
otherwise $submit, $id and so on will not be set.
Thomas
On Tue, 10 Jun 2003 19:11:21 +1000 [EMAIL PROTECTED] (Ben Houlton) wrote:
>
>
>
>
> $db = mysql_connect("localhost","root");
>
> mysql_select_db("main",$db);
>
> if ($submit) {
>
> i
On Mon, 9 Jun 2003 07:35:16 -0300 [EMAIL PROTECTED] (Marcelo Luiz De Laia) wrote:
> I use phpnuke and it have a sql_layer.php. You are correct, for mysql is
> mysql_query. But this dont is the problem, I change it and the problem
> continue!
>
> Any tip??
I think you are mixing the layer and nat
why are you using "sql_query" through your code?
its
mysql_query for mysql!
and the result, needed for mysql_fetch_row is returned from that function.
read the docs again.
Thomas
On Sun, 8 Jun 2003 16:37:59 -0300 [EMAIL PROTECTED] (Marcelo Luiz De Laia) wrote:
> $result = "SELECT categoria, nom
the same is given for 4.3.2, just compiled it today :).
Thomas
On Sat, 31 May 2003 12:50:38 -0700 [EMAIL PROTECTED] (Evan Nemerson) wrote:
> Don't know about 4.3.2, but at the end of 5.0-dev make, the following message
> is output:
>
> Build complete.
> (It is safe to ignore warnings about te
what is the online-version?
I mean which webserver-software in which version?
Thomas
On Fri, 30 May 2003 20:45:08 -0400 [EMAIL PROTECTED] (Floyd Baker) wrote:
>
> Hello...
>
> I have a routine that works fine on local win98 but when it runs on
> linux online, the screen output is cut short.
ta = mysql_fetch_array($result);
> $pollID = $data['pollID'];
> }
> $query = "SELECT * FROM polls WHERE pollID = $pollID";
>
> Does anyone now a solution for this that requires less code?
>
> Thx
>
>
$query = "SELECT * FROM polls
o database. Error as
> > > follows:'.mysql_error();
> > > }
> > > ?>
> > >
> > > Does anyone have a clue as to why this happens and how to fix it? I'll
> need
> > > to know how to fix this for future users as well. Thanks in advanced.
> > >
> > >
> > > Thanks,
> > > Stephen Craton
> > > http://www.melchior.us
> > >
> > >
> > >
> >
> >
> > --
> > By-Tor.com
> > It's all about the Rush
> > http://www.by-tor.com
> >
> >
> >
>
>
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 01 Feb 2003 18:06:01 -0500 [EMAIL PROTECTED] (Brian V Bonini) wrote:
> On Sat, 2003-02-01 at 16:47, Thomas Seifert wrote:
> > >
> > > I'm loading a .csv file into MySQL, done it a million times but for some
> > > reason it is scrambling the row ord
a really
ordered result (only by accident).
Regards,
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ith the same connection parameters (host,
username,password)
to have different connection-ids.
PHP only keeps one connection and not two with the same parameters.
They are the same connection for php which is expected behaviour there (although I
don't like it too).
Regards,
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
onvertdb.php on line 17
>
> The code:
> [...]
> Any idea?
Yeah, read out mysql_error() after sending the query and before doing fetch... to
see what mysql thinks is wrong.
Regards,
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing Li
of
> how to do an insert to the database using these arrays? My array is
> this...$item['itemID']
try something like that:
mysql_query("INSERT INTO items SET itemcolumn='".$item['itemID']."'");
or just
mysql_query("INSERT INTO items
out v4.0 and I'm thinking of
> upgrading, since I run a rather small server.
>
> Thanks!
>
>
> --Joe
>
> ps. PHP list responders please respond directly. I'm not currently
> subscribed.
>
> --
> Joe Stump <[EMAIL PROTECTED]>
> http://www
nd as a result, won't email them. When
> it
> > gets to the code to email the results the variables like $_POST['name']
> > won't exist. What puzzles me is that the frmAction is passed, but none of
> > the textbox...etc. variables are. Do I need to add in t
gt; Select Info Source
> Option 1
> Option 2
> Option 3
> Option 4
>
>
>
>
>
>
>
>
>
>
>
> Is there anything obvious that I am doing wrong?
>
> Thanks,
> Shams
>
> p.s. I don't want to use else{} because I have lots of if() checks!
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
umber=456789;name=blahblah;date=012503;
> > > code=001;number=456790;name=blahblah;date=012603;
> > > code=001;number=456791;name=blahblah;date=012703;
> > >
> > > can anyone help, any suggestions?
> > >
> > >
> > >
> > >
> > >
> > > _
> > > MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> > > http://join.msn.com/?page=features/virus
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
>
>
> _
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.MyPhorum.de
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e CPU power
> to complete its tasks.
>
> i will evaluate my atsar logs to verify my assumption,
> but i like to know if others experienced similar behavior
> on their webservers.
>
>
> Thank you very much,
> Philipp
--
Thomas Seifert
mailto:[EMAIL PROTECTED]
http://www.
:07 AM
> > Cc: [EMAIL PROTECTED]
> > Subject: [PHP] SQL+php
> >
> >
> > Dose anyone know how to search and replace a string in a
> > mysql_query output.
> >
> > Thanks, Paul
> >
> > --
> > PHP General Mailing List (http://www.php.
The mail-server has to respond that it received the mail.
Maybe you've set the firewall only one-way open?
Thomas
On Fri, 17 Jan 2003 15:29:32 -0500 [EMAIL PROTECTED] (Stephen Goehler) wrote:
> Thanks, the server was relaying, but it turned out to be the firewall that
> was rejecting the reques
how about just reading the docs which are available online?
http://de.php.net/manual/en/ref.image.php
and especially
http://de.php.net/manual/en/function.imagecopyresized.php
will help.
Thomas
On Sun, 11 Jan 2004 16:32:36 +0330 [EMAIL PROTECTED] (Sadeq Naqashzade) wrote:
> Hi every one,
> I
e code?
>
> Regards,
> Sadeq
>
> "Thomas Seifert" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > http://de.php.net/manual/en/function.mktime.php
> >
> > The most important part is
> >
http://de.php.net/manual/en/function.mktime.php
The most important part is
"mktime() is useful for doing date arithmetic and validation, as it will automatically
calculate the correct value for out-of-range input."
Thomas
On Sun, 11 Jan 2004 16:12:01 +0330 [EMAIL PROTECTED] (Sadeq Naqashzade
They should show up but still think of the order
in which they are loaded.
You can access vars which are not yet loaded.
Also you can't access variables which are initialized in a function (if they are not
global).
Including adds the contents of the files as if it was directly in main.php4, they
it may be, that destiny is wrong.
the error-message tells that you don't have access to where you are trying to upload
the file to.
Thomas
On Wed, 08 Jan 2003 20:59:02 +0100 [EMAIL PROTECTED] (Oliver Witt) wrote:
> I uploaded that script with a common ftp program on my server in the
> internet
there is no need to close and open the connection for every query.
just run the mysql_query again and again and again on the open connection.
Still Stephen's quote is true, you can't run more than one query by one call to
mysql_query.
Thomas
On Tue, 31 Dec 2002 16:30:38 -0600 [EMAIL PROTECTED]
On Tue, 31 Dec 2002 10:47:57 -0600 [EMAIL PROTECTED] (Anthony Ritter)
wrote:
> while($line = mysql_fetch_array($result)){
> print "\t\n";
> while(list (,$value) = each ($line)) {
Thats just wrong, mysql_fetch_array returns an array with all the fields accessible per
field-id and field-name
from the manual:
Note: On systems which differentiate between binary and text files (i.e. Windows) the
file must be opened with 'b' included in fopen() mode parameter.
Thomas
On Wed, 25 Dec 2002 11:43:13 +0100 [EMAIL PROTECTED] (Bbun) wrote:
> Hey,
>
> I am trying to write some binary data
oh, some addendum, I would need it for MySQL if its dependend.
Thomas
On Mon, 16 Dec 2002 21:46:34 +0100 [EMAIL PROTECTED] (Thomas Seifert) wrote:
> Hi folks,
>
> I'm looking for a function or class which is able to automatically update
> multiple tables.
>
> The h
Hi folks,
I'm looking for a function or class which is able to automatically update
multiple tables.
The hard thing on this is, I only want to give it some predefined arrays which
define the table-structures (and maybe aliases for some fields) and on execution
it only gets some field-names and t
Mail/News-Client Sylpheed
On Sat, 7 Dec 2002 23:31:57 -0500 [EMAIL PROTECTED] (Conbud) wrote:
> I was just curious, but what program or website do you all use to view and
> reply to the newsgroups with ?
>
> Lee
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
"mysql"-database contains all the system tables and users.
Users are only inserted there and defined for which database they are made.
As Jason suggested, look at mysql.com they have a fine manual with tutorials
and long descriptions which lead to easy solutions to create users.
i.e. search
$fp=fopen("filename","a");
fputs($fp,"text to the file");
fclose($fp);
Regards,
Thomas
On Mon, 2 Dec 2002 15:52:23 -0800 (PST) [EMAIL PROTECTED] (Bryan Koschmann - Gkt)
wrote:
> Okay, this is probably stupid, but how do you print to a file?
>
> Thanks,
>
> Bryan
>
--
PHP General M
pages on all
> errors, warning, or notices.
>
> Until the web interface is hardened, then I'll work on email parser to pipe
> it into database and parse MIME attachments. . . I'd like to see it evolve
> into something like cyracle.com where there is a knowledge base in w
Hi folks,
I already searched through the web but couldn't find any which provide the features I
want.
What I would want to see in such a system:
- adding TroubleTickets through webinterface or sending an email to an support
email-address
- adding answers to troubletickets to their parent
- nic
Hi,
you give less information.
How do you compute the entry number and how do you save the entries and so on.
Normally you will have to live with the gaps but sure, you can touch every entry
and change its number ;-).
Thomas
On Sun, 1 Dec 2002 10:33:45 - [EMAIL PROTECTED] (Vicky) wrote:
>
On Mon, 25 Nov 2002 14:14:54 -0500 [EMAIL PROTECTED] (Greg) wrote:
> Can I user php to create IMAP mailboxes? I'm using Cyrus and php and apache
> are running on the same computer as Cyrus. Thanks!
> -Greg
>
>
Maybe something like that would fit your needs:
http://www.delouw.ch/linux/web-cyr
us Lerdorf <[EMAIL PROTECTED]> wrote:
> You have heard? There have been a number of performance improvements in
> many different areas of php actually.
>
> -Rasmus
>
> On Sun, 10 Nov 2002, Thomas Seifert wrote:
>
> > Hi there,
> >
> > did anyone d
Hi there,
did anyone do any Performance measurement through the php4.x-series?
I've heard that the performance decreased from 4.0.x to 4.1.x to 4.2.x ... ?
Are there any numbers or benchmarks for this?
Thanks in advance,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
Hi folks,
I just got nuts by trying to find a regexp for use with preg_replace to achive the
following:
remove all which are in the text between a and a Tag.
So, I want no br between these tags.
Any ideas or quick help?
thanks in advance,
Thomas
--
PHP General Mailing List (http://www
also try to:
echo mysql_error();
after the select-query, it will tell you what went wrong.
Thomas
On Fri, 17 May 2002 18:45:07 +0100
[EMAIL PROTECTED] (Randum Ian) wrote:
> Hi all,
>
> I have got this code but I can get it to work, it doesnt make sense!
>
>
>
> $host="localhost";
> $us
On Sun, 12 May 2002 00:07:57 -0500 (CDT)
[EMAIL PROTECTED] (Miguel Cruz) wrote:
> On Sat, 11 May 2002, Alex Shi wrote:
> > Thanks for all of you who answered my question. But another of
> > my stupid question is: what is RTFM?
>
> RTFM == Read The Flurking Manual
Or Read the fine manual
(or r
Hi folks,
I would like to use a extension from the php4-cvs for my current
php4.1.1-production-system.
Is it possible to use such an extension? if so, how? using phpize
produces error messages about the m4-macros.
thanks a lot,
Thomas
--
PHP General Mailing List (http://www.php.net/)
To u
yeah, but what you want to do can only be accomplished with JavaScript.
PHP is a serverside language and you need a clientside-lang like JS.
Thomas
Ralph Jarvis wrote:
> I am not running Javascript, just PHP/HTML...
> THe particular script I am having problems with has several decision points
>
Hi folks,
just wondering, why the mysql_db_query is being abandoned and called
"deprecated" ?
With the current implementation of the mysql_connect I have a problem
with using 2 databases with the same username/password.
PHP will use the same connection and so only use one of the two
databases
85 matches
Mail list logo