PHP / SQL / Flash
< Web design
< adrianwalker50
Get flash to fully experience Pearltrees
Web design services overview Web Design Bognor Regis is a website design company offering a range of web design services especially tailored to the specific needs of small businesses. Because we specialise in dealing with small businesses – and we are a small business ourselves – we completely focus on your goals and take time to get to know you, what you are hoping to achieve through your website and where you hope it will take you.
A key phase in the development of most websites it making it visible to as many potential visitors as possible. Offline and Online Marketing Offline Offline advertising – promoting your website address on printed material such as business stationary and leaflets as well as including it in ‘traditional’ advertising such as radio and press. Online In contrast to offline marketing, online marketing generally refers to getting your website highly placed in search engines for your subject of interest.
Getting started Welcome! You'll probably want to start with: Please DO NOT link directly to the JavaScript files in our SVN repository. Either download swfobject_2_x.zip from the Downloads section and place a copy of the SWFObject 2 script on your own web server or link to a hosted version of the script provided by the Google AJAX Libraries API .
If you only have a handful of items to sell, then having a database (mySQL) becomes less necessary, though it could still serve a purpose as a sales tool for storing order information. But as far as PHP goes, it is somewhat of a must-have for the purpose of processing an order form from the web site into your hands. Otherwise, the only option you have is to make the user send you an email describing what they want, which is a less than desirable solution.. PHP can be used to process forms (something neither html nor Flash can do in a web site). With PHP you can process the order form that the user submits from the site and have it send a notification (email) to you of the order, as well as, if you desire, enter the order into a datafile or database (such as mySQL) if you wanted to have one. The database becomes handier when you have alot of products/inventory that you need to manage, both from the presentation aspect and the processing aspect.