Search found 6 matches

by alibaba
Thu Nov 10, 2011 5:23 am
Forum: PHP - Code
Topic: ORDER BY RAND not working
Replies: 1
Views: 181

ORDER BY RAND not working

Hey Everyone, hope all good. i have a problem with some php that is not randomly selecting an ip. I will try to explain my problem below. I have a state form <select name="State"> <option value="0" selected="selected">Select a State</option> <option value="AL"...
by alibaba
Fri Oct 21, 2011 10:03 am
Forum: PHP - Code
Topic: Need help with collecting CSV data
Replies: 9
Views: 447

Re: Need help with collecting CSV data

I don't actually have any php code at the moment. Your idea of database is good. What i am looking for is a place that shows me what php code i need to make this work. For example 1.how to create the database and import the csv file data into it. 2. What php code do i need to make the form once subm...
by alibaba
Fri Oct 21, 2011 8:56 am
Forum: PHP - Code
Topic: Need help with collecting CSV data
Replies: 9
Views: 447

Re: Need help with collecting CSV data

Thanks for that. Would you know where i can find some php code to make this all work.

Any help would great

thanks

Ali
by alibaba
Fri Oct 21, 2011 8:31 am
Forum: PHP - Code
Topic: Need help with collecting CSV data
Replies: 9
Views: 447

Re: Need help with collecting CSV data

Hi Celauran. The CSV file will be updated alot with more ip.

If i wanted to do this via a database how hard is it to do? IS there a lot of code involved.

Any help would be great

Thanks

Ali
by alibaba
Fri Oct 21, 2011 8:08 am
Forum: PHP - Code
Topic: Need help with collecting CSV data
Replies: 9
Views: 447

Re: Need help with collecting CSV data

Hi Celauran, thanks for your very fast response.

Could it be done with another php file instead of a csv file or is a database the best option.

Thanks for your time

Ali
by alibaba
Fri Oct 21, 2011 7:51 am
Forum: PHP - Code
Topic: Need help with collecting CSV data
Replies: 9
Views: 447

Need help with collecting CSV data

Hey Everyone hope all well. I am in need of your php experience. I will try to explain the best as i can : I have an html form and inside of that form i have a "select a state" option: <select name="State"> <option value="0" selected="selected">Select a State<...