Search found 34 matches

by alexmaster_2004
Thu Aug 24, 2006 8:42 am
Forum: PHP - Code
Topic: mySQL remote connection takes 4 secs
Replies: 1
Views: 135

mySQL remote connection takes 4 secs

Hi all I have two dedicated servers. One Linux(FC5) webserver and one Windows(Server 2003) dedicated for MySQL. The linux server hosts a big website that runs under PHP5. When i try to connect from PHP to the windows server, it takes almost 4 seconds before the connection is made. This delay is way ...
by alexmaster_2004
Fri Nov 18, 2005 6:26 am
Forum: PHP - Code
Topic: Errors with Session
Replies: 2
Views: 456

Errors with Session

Hi There
i have encountered some errors with Sessions that i hope you may help to solve them.
to see what i mean just GoTo Here.
The same error is happening when you click on the help online image.
i hope that anyone could help me to fix these errors.
Thanks in Advance
by alexmaster_2004
Sun Nov 13, 2005 2:39 pm
Forum: PHP - Code
Topic: text filed to tables
Replies: 5
Views: 442

I think it will be good to save it as html into the database.
this will help you to display it in a table in eassy way
by alexmaster_2004
Sat Nov 12, 2005 11:34 am
Forum: PHP - Code
Topic: error when sending email
Replies: 3
Views: 476

error when sending email

Hi I don't know if this is the right place to ask my question or not. but i hope that anyone could help me. ok..my problem is: i have a pc running windowsXP_SP2 and i use PHP 4.3.11 and utilize the Apache server 3.33.when i try to use the mail() function i get error like this: Warning: mail(): Faile...
by alexmaster_2004
Fri Nov 11, 2005 2:28 pm
Forum: PHP - Code
Topic: send multiple emails
Replies: 3
Views: 166

Hi Thanks for reply. but i think you miss understand me. what i mean is i want to excute the mail function just one time. mean that the "$toaddres" variable must contain all the emai addresses and when i use this statement: mail($toaddress, $subject, $message, $headers) then the email shoi...
by alexmaster_2004
Fri Nov 11, 2005 1:30 pm
Forum: PHP - Code
Topic: send multiple emails
Replies: 3
Views: 166

send multiple emails

Hi There
i want to know how to send an email to multiple users at once.
Hope anyone can help
Thanks
by alexmaster_2004
Thu Nov 10, 2005 1:53 pm
Forum: PHP - Code
Topic: Auto Notification Function
Replies: 3
Views: 255

Hi
Thanks for reply.
but how i could do this using php and mysql :?
i want this operation to be dynamic.
Hope you could help
Thanks
by alexmaster_2004
Thu Nov 10, 2005 1:45 pm
Forum: PHP - Code
Topic: Auto Notification Function
Replies: 3
Views: 255

Auto Notification Function

Hi All i work now on a new web site and i have faced a problem with it. this site will sell some products and i want to add an auto notification function to inform users when the product's expiration date is coming up, say 10 days before product expiration date. i don't know how i could implement th...
by alexmaster_2004
Mon Oct 10, 2005 9:07 pm
Forum: Databases
Topic: PHP + MySql
Replies: 2
Views: 248

Hi No i want to do the backup process from a php script . i have get to what seemed a solution but i don't know if it will run or not. i used exec() to execute the following command: exec("/usr/bin/mysqldump --user USER --password=PASS DATABASENAME> /PATHTOSAVE/BACKUP.SQL"); but i didn't g...
by alexmaster_2004
Mon Oct 10, 2005 1:30 am
Forum: Databases
Topic: PHP + MySql
Replies: 2
Views: 248

PHP + MySql

Hi
i want to know how to make php script that backup my database.
Thanks
by alexmaster_2004
Fri Sep 30, 2005 8:43 pm
Forum: Javascript
Topic: mouse cursor position
Replies: 3
Views: 363

hi
thanks.
but what about using IE5+
thanks in advance
by alexmaster_2004
Fri Sep 30, 2005 8:36 pm
Forum: Javascript
Topic: mouse cursor position
Replies: 3
Views: 363

mouse cursor position

Hi
i want to know how i can get the mouse cursor position?
also want to know what is the event that fires when the position changes?
so i can use that event to change the image that the page show.

hope anyone can help me...
Thanks
by alexmaster_2004
Thu Sep 29, 2005 7:22 am
Forum: PHP - Code
Topic: Rating System
Replies: 5
Views: 239

Hi
first thanks for ur reply
but i still want to know how the user will enter his rate.
as you see in download.com the user hover the mouse over the stars
and then choose his rating.i want to know how to do this.
all what i want is enable the user to choose the rate by fillup the stars
Thanks
by alexmaster_2004
Thu Sep 29, 2005 7:02 am
Forum: PHP - Code
Topic: Rating System
Replies: 5
Views: 239

Rating System

HI
i'm try to add a rating section to my web site.
i want to make it a pro one just like what you can find here
download.com i like their way.
also here is fine windows market place
i had tried to do it myself but i didn't come to anything.
so i hope if you can help me.
Thanks in advance
by alexmaster_2004
Wed Sep 28, 2005 7:05 am
Forum: PHP - Code
Topic: problem with curl_init() function
Replies: 1
Views: 280

problem with curl_init() function

Hi
i have a problem with curl_init()
When i try to call this function i get this error "Fatal error: Call to undefined function: curl_init()".
i don't know what i should do to make it run.as you can see in the url there is no requirements for it.
Hope you can help me
Thanks