1. Multi vendor feature.
2. items to be listed in check box format (something like a grocery list )
language: PHP and mysql.
If this type of shopping cart does not exist- please guide me the shopping cart script which is most easy to costumise and has good user interface. (Must look clean and cool ).
provide the links. The best answer get 10+ points.
i am sorting my data based on the date column which works fine. I use phpmyadmin- so i do not have to write the SQL queries :-) however i am always given the choice of 0000-00-00 . The year- month- day (i believe- i am reading the MySQL mannual but have not yet confirmed that order). But i would like the date to read as for example- May 28- 2008 as opposed to 2008-05-28. I could- of course type it as varchar but the sorting would mean that june will come before may- right?. well- not a good idea. How can i proceed with this?
i tried the MySQL forum but here the answers seem to be quicker:-) thanks a lot.
guys thanks a lot- tj i am sending this query but gives me an error:
select DATE_FORMAT("date_2- %d %M %Y") from table1;
date_2 is the column containing the date variable 0000-00-00
also tried:
elect DATE_FORMAT(date- %d %M %Y ) from table1;
this return null
aha- this works:
SELECT date_format( date_2- %a %D %b %Y ) from table1;
i think i got it- thanks a lot- man.
hey this is even better:
SELECT date_format( date_2- %d %M- %Y )
FROM table1;
im getting there- huh:-)
I want to become familiar with⦠I donâ™t know- computer stuff. HTML and PHP and MySQL and that sort of thing. I am smart- I learn quickly- and I have set aside time to devote to mastering these things. I just have absolutely no idea where to start!
Where should I start?
HTML and PHPâ"what are they exactly? How is one related to the other? How are they different? Are there any other computer languages I should know about or learn?
What websites can I visit that offer tutorials or basic introductions to HTML or PHP? What books can I buy to teach me about them?
Do I need any specific programs to utilize PHP- or something?
Anything you can tell me will help greatly.
Thanks!
Say I have an article s title "simple site search" with a web link at "http://php.about.com/od/phpwithmysql/ss/php_search.htm". I would like to put this data into a MySQL table then query it in such a way that would show the title as a link- i.e. you would see "simple site search" and when you click on it you will be taken to http://php.about.com/od/phpwithmysql/ss/php_search.htm. Is that possible?
the way i currently have it in my database is: 2 columns one for title- the other for link. I query the columns- one would show the title the other the link. I was wondering about "2 in 1". Is it possible?
ADD:
so it is that simple- brainfreeze- huh? i have just tested it and worked just as it should. It would have taken me a million years to figure that out :-) thanks a lot- man.
Lonerock- you got me- I am a very beginner :-) i did know how to write links in HTML- it is just that the idea did not occur to me the way brainfreeze just figured out. I took PHP classes- but they teach you more about the theory. Then give you the certificate. Then you realize you lack practice.
thank you for help again- i am actually doing business with these codes- can you imagine?:-)
and thanks for the great links too- almost forgot :-)
1) I want to know whether there is any compatibility problem between SQL server 7 and VB.net 2005.
2) Which is the best RDBMS to use with VB.NEt 2005.
3) Is there any speed problem while using MySql with VB.NET 2005
4) why VB.NET 2005 does not detect SQL Server 2000 in a network.
VB.NET 2003 detects SQL Server 7 in the same network
thanks in advance
I m going to create a myspace style website- but diffrent. Im going to buy a domain and hosting from godaddy.com- but I m confused about which hosting package to purchse. Someone please explain to me what each package s purpose is and what it offers- because I dont know what SSL sertificate- and mySQL is and what not. PLEASE HELP ME!!!!!!!!!!
No comments:
Post a Comment