News:

LVCS.NET offers low cost domain registration services.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - westsida

#1
Support Requests / Re: problem in mysql database
March 22, 2006, 09:18:12 AM
thanks again guys.. problem fixed once again  :)
#2
Support Requests / problem in mysql database
March 21, 2006, 01:09:23 PM
hey guys, i just made a new database, when I click on 'Manage' I cant get into it.. it says no privileges..
However on my other database, which I click on 'Manage' it shows me my tables instantly..

How can i get this working?
#3
Support Requests / mysql auto_increment
March 14, 2006, 11:06:11 AM
Hey guys in mysql i set a column named 'id' as 'id int auto_increment primary key'...

Now lets say I insert five rows..

1   xxx
2   xxx
3   xxx
4   xxx
5   xxx


If i 'delete from table' to delete all rows and I add another five rows, it will look like this..

6   xxx
7   xxx
8   xxx
9   xxx
10 xxx

This is a problem for me, I want it to start over.. I forgot what the attribute was but it's something that needs to be put in with 'id int auto_increment primary key'..

Please help with this issue.. thanks....
#4
Support Requests / Re: help with mail();
March 14, 2006, 07:57:03 AM
hey thanks a lot admin..
you were right, it was being classified as spam..
hmm... i hate the fact that when people come into my site, and sign up and they await for the confirmation email to be sent.. it might not be sent to their inbox..
#5
Support Requests / help with mail();
March 14, 2006, 07:03:45 AM
hey guys.. I am almost finished my site and i need to be able to use the mail() function..

I have read through every other forum post referring to mail() but none help me..
On one of the posts.. a user asks if he can use mail() and admin replies with 'yes it does work, but if it does not send.. it means the server i am trying to send an email to must have blocked this server..'. The server I am trying to send mail to is xxx@hotmail.com.. When I found that the email did not send.. I thought damnn, don't tell me hotmail.com has blocked this server because 75% of email addresses are from hotmail.

I am in desperate need to send mail.. Anyone have any ideas on how I could do it without using a program?

Thanks in advance..