Can someone please help, i think i am going mad.
I have just installed Apache, php and Mysql, it all seems to be fine, the
Apache server says it is ok, i think i have set the config file correctly,
and Mysql look to be correct, but when i typed the code (My first code)
and save it test.php when i
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Andy Davey wrote:
>
> >Hi Chris
> >
> >I have added AddType application/x-httpd-php .php to the httpd config
file,
> >and restarted it, but st
"Chris Hewitt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Andy Davey wrote:
>
> >There are two httpd config files, one of which is default, i take it that
is
> >the one you edit?
> >I know it is something
bar.
One other thing, i tried typing localhost/where the file is located on my
harddrive/ and was given a forbidden page "contact administrator"??
Is there something here that standsout?
Thank you for trying to help.
Andy
"Chris Hewitt" <[EMAIL PROTECTED]> wrote
with apache with all the original
installations and configurations i was having trouble with.
Don't suppose this will be the last you hear of me as i will need more help
no doubt.
Thank you
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
when I test them locally but not when they
are uploaded.
Thank you
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Ben
They say that the server is set up for PHP4, and they say it is something to
do with my scripts.
Not sure I believe them.
My pages have the extension .php
Andy
"Ben Edwards" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Server is probably set up wrong
Hi Thijs
It would seem it was a problem with the server, and they have now corrected
this. Even though they said it was my scripts.
Thank you for your help all.
Andy
"Thijs Lensselink" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hey andy,
I had this problem
Hi all
Can someone help?
I am new to PHP and need some help, i have tried to build a members only
section to my website but i am finding it very hard.
I get this error when i go to the login page:
Parse error: parse error in /home/.sites/112/site***/web/Members/Login.php
on line 201
But the onl
Hi Clint
OK hope this is not too much and there are likely to be more errors in it.
Thank you
Andy
0) // password is correct {
$auth="yes";
$logname=$fusername;
$today = date("Y-m-d h:m:s");
$sql = "IN
in the extra fields for my form, i
think this is where the error is but i cannot see it!
Andy
"Clint Tredway" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Please post more of your code. It is difficult for us to help you without
> seeing your code.
a valid phone number.
Please try again.";
include("login_form.inc");
exit();
Andy
"Ernest E Vogelsinger" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 16:27 01.04.2003, Andy spoke out and said:
>
all this code. Maybe I should get
someone to do my website and I should stick to solving windows problems
instead.
"Andy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all
>
> Can someone help?
> I am new to PHP and need some help, i have tried to bu
Can someone please tell me how i change the following code:
if (!ereg("^[0-9]{5,5}(\-[0-9]{4,4})?$",$postcode))
to a UK postcode QQ1 1QQ
When i fill out the form it tells me that the postcode is not valid and i
think it is because it is in zip code format.
Thank you
Andy
--
P
mbers
WHERE username='$logname'";
$result = mysql_query($sql)
or die("Couldn't execute query 1.");
$row = mysql_fetch_array($result,MYSQL_ASSOC);
extract($row);
echo "
Thank you for your help i take my hat off to all of you, how yo
ct database.");
$sql = "SELECT name FROM members
WHERE username='$logname'";
$result = mysql_query($sql)
or die("Couldn't execute query 1.");
$row = mysql_fetch_array($result,MYSQL_ASSOC);
extract($row);
echo "
N
$logname=$fusername;
$today = date("Y-m-d h:m:s");
$sql = "INSERT INTO login (username,loginTime)
VALUES ('$logname','$today')";
does that make any sense?
Andy
"Marek Kilimajer" <[EMAIL PROTECTED]> wrote in mess
Hi there,
I am wondering how to search an array for words starting with a certain
character.
E.G:
$word = array('alpha', 'beta', 'php');
I would like to check if there is a word in the array starting with p
Is there alrready a function for this?
Thanx, Andy
try this to :-(
But this results in following error msg:
capc11-35:/home/andy/sw/horde # lynx -source http://pear.php.net/go-pear |
sh
sh: ?php: No such file or directory
YOU NEED TO RUN THIS SCRIPT WITH PHP NOW!
Try this: lynx -source http://pear.php.net/go-pear | php -q
capc11-35:/home/
get this
message:
a.. Log - No
a.. Make sure you're using a recent version of PEAR which includes the Log
class
Can anybody give me a hint on how to install this PEAR successfully on my
php version (I guess now it is installed inside the other php standalone
version)
Thanx for any help
to
be off.
Has anybody a good recomendation on another software to track adds?
Thank you for any hint on that.
andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
what do u mean by that. I would like to install this software on the same
server. I guess you mean installing it on another server - remotly?
Andy
"Maxim Maletsky" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
001601c23afe$8e0df9e0$1113fe17@dominanta">news:001601c23afe$8e0
se help me, many thanks sebastian .
Lots of text.. puhh! I hope this is somehow possible. Maybe one of you guys
has a good idea on that. You can just cut and past the code underneath and
try it out by yourself.
Thanx for any help on that.
Andy
-
http://www.OZforu
that sound somehow more complicated that I have expected :-( I guess this is
a lot of work. May have to skip that for another time. Thanx for your help,
andy
-
http://www.OZforum.info
Australia Information Forum
"Ilia A." <[EMAIL PROTECTED]> schrie
not include the connect code. The code for
posting is underneath.
Thanx for any help on that.
Andy
$cfgServer= "news.php.net";
$cfgNewsGroup= "php.general";
$subject='Test';
$header='
Newsgroups: '.$cfgNewsGroup.'
Path: '.$cfgS
> Try to put a "." when you finished at the new line. And use utf7
> encoding.
I did already put this . after the message. This is described in the spec,
but I might have put it into the wrong spot?!
What do u suggest to put it? What is utf7 encoding? Can you make a
name
though, but I guess you know which file I mean)
Good luck,
Andy
--
--
http://www.globosapiens.net
Global Travellers Network!
http://www.ozforum.info
Discussing Australia Forum
"Michael Geary" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
useful tricks.
So I fear that someone would be able to tranfer files on / off my server.
Has anybody some experiance on that, or can give a comment on that?
Thanx for any hint,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w I just know what the site is telling me.
Thanx for all your comments on that.
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sorry for reposting, but I am still having this problem and the post is back
to far that someone looks at it.
Thank you for any help on this. I appreciate it.
Andy
Hi there,
I am trying to write a script which is posting news to a newsserver.
Unfortunatelly I do get a 535 error back which is
to tern this on?
Thanx,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Horde is really great. I can definatelly recommend it to.
But why not stick with sendmail? It does a great job and is easier to
install with horde.
Andy
--
--
http://www.globosapiens.net
Worldwide Travel Community
"Met" <[EM
.
Has anybody a good suggestion on that?
Thanx for any hint,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I am running php 4.2.2 with register globals set to off. Now I am planing to
install oasis (a add tracking sw). Their current version requires a php
build with register globals set to on!?
Is there a way out of this dilema running only one server?
Thanx for any advice,
Andy
an idea where the error could live?
Andy
"Rasmus Lerdorf" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sure, turn register_globals on only for the oasis directory. In your
> httpd.conf add:
>
>
> php_value re
thanx tom, but this doen not seem to have anything to do with it.
Regards,
Andy
"Tom Rogers" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> Wednesday, August 21, 2002, 5:34:35 PM, you wrote:
> A> He
Yeeahhh! Thanks Tom. Works great. It was just a small error causing this
much trouble.
For turning register globals on it is: php_flag register_globals on
Cheers,
Andy
"Tom Rogers" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED
come from my own site. I would like to
keep all the links like that, just to find a way to track the origin of the
user.
Thank you so much for any idea on this tricky task,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
HI there,
I am wondering if a Chat coded in PHP would be sufficiant for a medium sized
site. Maybe someone has a working example online. It would be no problem to
get a ircdeamon working, just the client is in question.
Thank you for your suggestions,
Andy
--
PHP General Mailing List
something like this :-)
So I could do something like this:
if ($_HTTP[referrer] != myserver.com){
//set a cookie
}
You get the idea?
Andy
"Hugh Danaher" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
000c01c24d97$4c9f3d60$017f@localhost">news:000c01c24d97$4c9f3d60$010
setcookie('referrer', $user_id, 0);
}
#redirect
Cheers,
Andy
"Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there,
>
> I have a tricky proble
Hello Justin,
I just saw that you have been faster than me :-)
However.. you think it might be not sure that this workes for every browser?
PUh... thats bad. Do u have examples for that? It workes with IE on PC.
Cheers Andy
"Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
u put 1
adresses into the header? I am pretty sure this will fail.
I guess the only really good solution is to let the MTA do the job for ya. I
just do not know how, but I am positive that this is the best solution
(since the MTA is made for such things while php is not)
Andy
"Jus
Hi there,
I would like to serve some php pages crypted with ssl. Now I am wondering
what ssl sw to install. I found openssl but this seams to be in alpha
stadium. How do I install ssl with php anyway. Can somebody give me a hint
on that?
Thanx in advance,
Andy
--
PHP General Mailing List
)
echo 'referrer: '.$_COOKIE[referrer];
Unfortunatelly this does not work, the cockie value is always valid, even
after expiration time.
What am I doing wrong?
Thanx for any help on that,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the world running 10 hours time
difference? Puhh.. maybe I am wrong, but this is how it seems to be.
Any ideas?
Andy
<[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
> I see really nothing wrong in your example. Did you
like the switch of
months. Has anybody an idea how to do that?
Thanx, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
date("Y"));
break;
case 2: // yesterday
$timestamp = mktime (0,0,0,date("m"),date("d")-1, date("Y"));
break;
case 2: // last week
$timestamp = mktime (0,0,0,date("m"),date("d")-7, date("Y"));
break;
}
Maybe someon
s: 200209050
There is one 0 missing. Because of this my querry is not working, How come
this timestamp is wrong?
Thanx for any help,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
upload_max_filesize = 50M
Does anybody has an idea?
Thanx for any help,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I am wondering how some pages count guest users. An example is phpbb. They
always know how many guest users are browsing the site. Are they using
cookies or db for this, or both? Maybe there is a code snipped out for this
already?
Thank you for any hint on that.
Andy
--
PHP
= imagecolorallocate($label,0,0,0);
Imagestring($label,1,0,0,'andy',$black);
#Imagettftext($label, 30,0,10,33,$black,'verdana.ttf',$number);
$photoImage = ImageCreateFromJPEG('card_city.jpg');
$pos_x = 5;
$pos_y= 220;
$label_w= 200;
$label_h = 50;
ImageCopy($photoImage
Hi there,
I am trying to use freetype, but do always get the message
Warning: Could not find/open font in test.php on line 18
The font is available and ok. I double checked it.
What could cause this error exept of the given reason? I am trapped ;-)
Thanx for any help on that.
Andy
parsed
in the same time. Maybe there is a work around or any hint you could give
me. I am kind off stuck.
Thanx in advance,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I would like to output a pdf with pdflib with 300 dpi
How could I define the output resolution? Default seems to be 72 dpi
Thanx for any hint,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The next one is to return fals if the data does not contain a number inside
the string ("street 893" would be valid)
I tryed this:
function validate_street ($street) {
return (ereg('^[0-9]', $street));
}
Unfortunatelly this does not work like I want ;-)
Thank you for any
mispelled word to open a popup with
suggestions and by clicking on the proper word to automaticly replace the
wrong word.
This sounds very complicated. Has anybody a good suggestion, or article to
recommend on this topic?
Thanx for your help,
Andy
--
PHP General Mailing List (http://www.php.net
ld be reoback
which is a perl script. You should be able to perform this backup via ftp
controled by a daily cron job.
Hope this helps,
Andy
--
--
http://www.globosapiens.net
Worldwide Travel Community
"Ken" <[EMAIL PROTECTED]> schrieb
I recently updated from 4.2.0 to 4.2.3 - since doing so values submitted
to php from HTML forms using keys - value="foo[bar]" - get truncated in
php - example: if I submit "[EMAIL PROTECTED]" it will come out as
"eight13.com" with a print_r($_POST)
I found these bug reports which say what app
other db on the
other machine.
Is this possible?
Thank you for any help,
andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
OK, 35 rows affected (0.04 sec)
Records: 35 Deleted: 0 Skipped: 0 Warnings: 630
The warning already tells it. the datasets are totally empty. Only default
of the columns is set.
do u have an idea why?
Thanx, Andy
- Original Message -
From: "Jay Blanchard" <[EMAIL PR
there something else we have to take care off?
Andy
"Lowell Allen" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > From: Christoph Starkmann <[EMAIL PROTECTED]>
> >
> > Hi There!
> >
> > Wh
lp on that,
Andy
http://www.globosapiens.net
Global Travellers Network!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
stamp june 1, 02
SELECT COUNT(*) AS c
FROM users_table
WHERE UNIX_TIMESTAMP( user_regdate ) > '1022882400'
Thanx for any help on that,
andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
adress_return.">\n"; // Return path for
errors
does anybody have an idea how to do that?
Thanx,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ser AS $value)
echo $value;
}
Of course you have to built your code around the foreach in dsp_user;
Hope this helps
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"Electroteque" <[EMAIL PROTECTED]>
maybe you do not have the propper rights set. Check your grant privillegs on
the db.
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"César l . aracena" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
002a0
I have to change this db entries, and if how? How should they look like
and is there a good method to change all this thousands of records at once?
Thanx in advance,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the wrong way?
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
put:
INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9');
does anybody know how to do this?
Thanx for any help, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
put:
INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9');
does anybody know how to do this?
Thanx for any help, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
put:
INSERT INTO beaches VALUES ('','Carrabelle Beach','US','9');
does anybody know how to do this?
Thanx for any help, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if I would have 1 members. This might take lots of
cpu?! So I would like to keep it via my webinterface, but be able to email
to all members.
Thank you for your advice guys,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
additional comment:
some did recieve the email, some did not.
does anybody know a good solution?
andy
"Andy" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi there,
>
> I am wondering whats wrong with my p
ur form is available.
Maybe you spitched to php > 4.2 where you have to deal different with vars
and always have to know where they come from. Try to echo the name out.
Hope this helps,
Andy
--
http://www.globosapiens.net
Global Trave
Hello Leon,
try array_shift
http://www.php.net/manual/en/function.array-shift.php
Hope this helps,
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"Leon Mergen" <[EMAIL PROTECTED]> schrieb im Newsbei
Hi Christopher,
it seems to me that you have gd1.8 enabled but jdgraph in you version
requires gd2.
Check your php.ini if the propper library is activated.
Hope this helps,
Andy
--
http://www.globosapiens.net
Global Travellers Network
hello Todd,
there is a directive where you can redirect errors to certain pages withhin
the htaccess file.
I do not remember the exact syntax, but it looked like...
ErrorDocument 401 /root/to/your/file.html
Please check the apache docs it this does not work.
Andy
does only find the first page.
A site like:
http://www.globosapiens.net/profiles/A002021.html
is not indexed at all!!
Did I go the wrong path, or what else is going on? Thank you for any help,
Andy
--
http://www.globosapiens.net
Global
But i want to show my own message to the user for
this error .
http://www.globosapiens.net
Global Travellers Network!
"Jack" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Dear all
> i made a Registration Form for user to input their Data, but i also
why don't you do a quick fix and just add addslashes again if obviously
there is no escap slash present right now?
Good luck,
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"David McInnis" <[EMAIL PROT
should I send it?
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"Olinux" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Are you using a 404 error to ge
you can do this with the regular mailfunction.
Take a look at http://www.php.net/mail
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"M.E. Suliman" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
000b01c219b8$a
you should consider that not everybody has enabled JS. Always double check
with php before you add data or send it via mail. Maybe some people just hit
the send button without filling in anything.
Andy
--
http://www.globosapiens.net
Global
. This can be easily done with this programm. Again.. check the docs
which come with it.
Andy
--
http://www.globosapiens.net
Global Travellers Network!
"Phil Schwarzmann" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECT
without their user id.
Has anybody an idea how I can track this error? I tryed to reproduce it and
did try it on several systems, but I have not been successfull so far.
Thank you for any help on that,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
t;>news:[EMAIL PROTECTED]...
> There is no imagejpeg() call in the code snippet you provided. And you
> don't say how it is failing. You haven't provided us with enough data to
> answer this question.
>
> -Rasmus
>
> On Sat, 29 Jun 2002, andy wrote:
>
> > Hi
show up on the
site. Is there a way to improve the performance, and why is this happening?
I thought the performance might even boost after storing them to blobs.
Thank you for any comments on that,
Andy
PS: I was planing to store all the other images (20 - 50 KB) to blobs as
well (thousands
have to move around files which are in a data folder inside
the application. So I was searching for a way to avoid this and keep the
data untouched.
Maybe someone knows a better way to do that?
Thanx for your help guys,
Andy
- Knud I thought this might be of interest for u 2
"Richard
i also noticed that the images are not cached at all. The other images
comming from the FS are cached just fine. Do u think thats because of the
blob?
Andy
"Mark" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
On Mon, 1 Jul 200
schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Mon, 1 Jul 2002 14:17:53 +0200
> "andy" <[EMAIL PROTECTED]> wrote:
>
> > Hi there,
> >
> > I am wondering if anybody has experiance in saving images to blob in
mysql.
> &
by the client anymore.
Does anybody know a good method to store the images outside the rootfolder
and still access them the old fashion way?
Any suggestions are appreciated.
Thanx, Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
hi there,
i am wondering if it is possible to return more than 1 value from a
function?
something like
test(){
return $value1, $value2
}
Thanx for any help,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi there,
I am wondering how to resize an image which is stored in a mysql blob field.
With files this workes just fine, but how to do this with the image comming
from blob? Has anybody done this already?
Thank you for any help on that,
andy
--
PHP General Mailing List (http://www.php.net
He everybody,
I am wondering how to insert the linebrakes into mulitsite forms.
Example:
One Form has a textfield, I submit it to another html site where there is
another form with a textfield. Inside this textfield I place a hidden field
with the value of the field from page 1 then I submit to
even experiance in this?
Thanx,
Andy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 (same site as form2 ) to allow a different action
since we have to link to another site then in form 2.
sounds confusing? I know but I hope I explained it ok
Andy
- Original Message -
From: "Alberto Serra" <[EMAIL PROTECTED]>
Newsgroups: php.general
Cc: <[EMA
Hi alberto,
I did try this out, but somehow this happens:
text br / br / text in new line
br/ is exacly where the linebrakes should be, but instead it is typed on
screen.
Is there a solution for this?
Andy
"Alberto Serra" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL
if the images are not to big I would recommend saving them to blobs. It
saves you a lot of work, since you have to think about lots of stuff. Even a
garbage collector should be programmed since there is not a transaction
possibility between FS and DB.
Andy
"René fournier" <[EM
views happend? I mean there must be a system which is
proving how often. And second off all how to find the right sponsors fitting
to the site.
Maybe someone knows a third party company which does this for a fee.
Has anybody a good hint?
Thank you in advance.
Andy
--
PHP General Mailing List
1 - 100 of 780 matches
Mail list logo