Delphac Coding Comany
The history behind Delphac And what it is all about
Introduction to coding Delphac is run by experienced coders, willing to help others out. To learn to code, we basically learn t from our mistakes. However, that is not always the best way to learn. A little message from the owner, "learning from your mistakes is good but you should notice how you made that mistake."
HTMLTo improve anyones coding, we would suggest to download a free copy of codes, html, php, whatever you may be learning and look at the main bits. How to start off a script. The style of the code and what the body consists off. for example, html files mainly focus on the layout, styles and they make simple but effective websites to provide the consumer with information about the site or product(s) your selling. PHP However, php uses codes for varibles, things that may change for example, a new user signing up to something. All this data is collected in a database, named 'name'. To wright a simple database for php you would simply go into the sql and inject the following code. CODE HERE
PHP is mainly used in such cases for making webgames, search engines ect ect.
So whats easier? Im my case, to make a website on information i would strongly agree to use html however if you wonted to create a logging in form, for users, you would need to do several things: 1) Set cookies 2)Create a database 3)Make the file php although in some matters it can be html
In my case, i used html because i really didnt need a logging in form or registration on this particular site, i only needed to focus on the descriptions of the site, layout and style.
Images Images, on this site, are either .JPG or .GIF which are most commonly used by us. Images are made up of pixels. These make the image to be the image. But, images can take up alot of space. To call a image file a name it has to be yourimagename.JPG or yourimagename.GIF, on this site. (Change yourimagename to whatever you wont it to be)Then to insert the image onto your webpage, simply upload the file into your cpanel (control panel) Then where you wont the image to be insert this code.(For PHP)
However for HTML is slightly different.
.
|