L PROTECTED]
> "Elliot J. Balanza" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Actually you are right the problem is not in the proccess of writing to
> the
> > database, the problem is that after writing to the database it wont
"j
tems you must always remember to set the filesystem
> permissions (just like you have to in Unix).
>
> Jason
>
> -Original Message-
> From: Elliot J. Balanza [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 28, 2004 8:03 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Hel
I used to use a socket to whois database to validate if a domain name is
available or not.
Now i can't do that cause whois requires different parameters
does anyone knows how i can validate if a domain name is available or not
true .php?
Vamp
--
PHP General Mailing List (http://www.php.net/)
T
Does any one knows of a good gnu php web statistics software?
Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Go to figure, what i was lackng of was the parenthesis on the second
include...
thanks to everyone that tried to help.
vamp
"Elliot J. Balanza" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> I have a very strange problem, and i don't seem to figure
ww.w3.org/TR/html4/loose.dtd";>
-- end of second code.
This no longer work... its the same thing but the second one wond work...
any insight?
Vamp
"Rafael Cotta" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> "Elliot J. Balanza" <[EM
Do I need to unset() the variable each time i use it? I don't see anyone
using it like that.
vamp
"Elliot J. Balanza" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> I have a very strange problem, and i don't seem to figure out what is
wron
1. Is the length of the field to receive the data long enough? perhaps the
field itself is short?
2. do you have like a time limit? some servers just stop performing after 30
seconds or 90 seconds, (specially IIS) but it will warn you that the
proccess was too long.
Vamp
"German" <[EMAIL PROTECTE
I have a very strange problem, and i don't seem to figure out what is wrong.
I start a session, and register $_Session['Idiomas'];
then i go to another page and select
require("/lanugages/".$_Session['Idiomas']."/main.php")
to require the text array to display text. Now here comes the weird thin
Send it in HTML form, and use an img meta tag... now if you want to do is an
attachement that is a different story.
Vamp
"Mike Mapsnac" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Hello
>
> I know how to use mail "function" in php to send an email with text. But I
> want to
What are the chances of two people getting the same session number in a
thousends of day operation?
When you down the size of that to a couple hundeed a day...
WHy do we need to have a session name for that?
Vamp
"Chris W. Parker" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED
ió en el mensaje
news:[EMAIL PROTECTED]
> On Mar 22, 2004, at 11:34 PM, Elliot J. Balanza wrote:
>
> > Can anyone post a link to a good reference material on how to do
> > this...
> > evidentely mysqldump is not working here... and i need to do this via
> > php
> > p
Hi
I've been trying to use MySQL dump with a php query (since we dont have like
a mysql_dump function) but it's not working.
Can anyone please point me to a page so i can read a method to backup MySQL
databases to an .sql file using php?
thanks.
Vamp
--
PHP General Mailing List (http://www.ph
Can anyone post a link to a good reference material on how to do this...
evidentely mysqldump is not working here... and i need to do this via php
programming.
thanks
vamp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Actually there is another funny part to it.
The reazon you are getting this is because some of the people on the list,
bounces mail... that is fact, hence you can get all kind of notifications
that the mail wasn't deliverable... and it was true.
But I thought anyone would know that... once again,
Ok, I know that session_destroy wont delete all my session data, but just
delete the variables with it... but for instance the session_id() will be
the same.
So my question is how can i make it so that let's say one people enter my
site, and then decides to leave... but doesn't closes the browser w
Anybody knows a good on line tutorial for objects & classes on PHP.
Thanks.
Vamp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I still wonder, how your smtp server requires authentification even when
using the function internally. For my education please... does that means
that you are using a third party SMTP, meaning some SMTP outside your
server?
vamp
"Beauford" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL P
The thing is... if you are sending the mail from within your server why do
you need to authentificate you are yourself?
Vamp.
"Beauford" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Hi,
>
> How would I set up PHP to use SMTP authentication when I send an email.
For
> exampl
Thanks guys... it works dandy now.
Vamp
<[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> On 12 Mar 2004 Elliot J. Balanza wrote:
>
> > .
> > $row_prefs = mysql_fetch_assoc($prefs);
> > .
> > while ($row_prefs = mysql_fetch_assoc($pr
Ok thanks to Michael Nolan I was able to do what I needed. The final code is
this:
mysql_select_db($database_MBTTIENDA, $MBTTIENDA);
$query_prefs = "SELECT * FROM mtmbt_prefs ORDER BY Pref_name ASC";
$prefs = mysql_query($query_prefs, $MBTTIENDA) or die(mysql_error());
$row_prefs = mysql_fetch_as
Thank you Michael... That did the trick :D
thank you very very much, it took me three days... and now it seems so damn
easy.
vamp
"Michael Nolan" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Elliot J. Balanza wrote:
> > I need to make a query to a
he end lets see the results";
print_r($MTMBT);
echo "";
echo $MTMBT['Titulo'];
<[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Hello Elliot,
>
> On 11 Mar 2004 at 23:55, Elliot J. Balanza wrote:
>
> > I need to make a query to a
Yes ok but how do I store it?
with array() how?
vamp
"Raditha Dissanayake" <[EMAIL PROTECTED]> escribió en el mensaje
news:[EMAIL PROTECTED]
> Elliot J. Balanza wrote:
>
> >
> >Then I need to store the values i receive in an array in the form of
I need to make a query to a MySQL database that only has two fields, name &
value. That I can do.
Then I need to store the values i receive in an array in the form of:
$variable['name'] = value;
But haven't been able to do it neither with a foreach nor with a do while...
Can anyone please assist
25 matches
Mail list logo