Video Tutorial
I'm trying to make a video tutorial on basic PHP and I don't even know why we use quotation marks such as in echo statements. All I know is that we have to use them. So why do we use quotation marks? I want to say "We use quotation marks to tell PHP that were are starting the string".
View Complete Forum Thread with Replies
Related Forum Messages:
PHP & XML Tutorial?
I have tried so many PHP & XML tutorial but they are all not working properly. Could you guys please show me a good and working properly PHP & XML tutorial, a very nice and clear tutorial for beginners like me trying to learn them in combination.
View Replies !
PvP Tutorial
Does anyone know a good PvP tutorial, doesnt have to be easy to follow however it would be nice, or even if someone could write a VERY basic one on how to creat PvP pages. I mean i only really need the basics and a explantion how it works, i did search on here and the main site but couldnt find one.
View Replies !
Php Tutorial
I am completely new to php (call me a noob if you'd like) and im hoping for a complete overview of php/mySQL. Every guide ive seen makes no sense to me. You can also post some tips and hints to learning Im a fast learner in my opinion... hoping to start a text-based game in about a year. I already have php/mySQL/apache and a ton of other junk that came with the Xampp download. Where the heck do i put scripts... and what are the different servers for? Host im guessing.
View Replies !
CMS Tutorial
jst wondering if anyone knows of any tutorials that will show the design and impl. of a simple cms. im thinking of making my own and tough i might get some ideas from such a tutorial or example. basically i have a site with following section articles, photos, web dev articles etc., cd reviews, receipes, links in categories, what would be the best way to apprach this. mostly everything will be article based i think. photo album will have a seperate script to load and display. all i need to do is upload the pics. just looking for sugesstions really. think it will be some sort of a system that is based on text files for content nad include to put it all together, would that make some sense?
View Replies !
Xml Tutorial
Can someone point me to an online tutorial of sorts that will explain xml,and it's usage in php. I have limited php knowledge. I am building a custom shopping cart application. I need to use xml to get quotes from UPS online tools, and to pass and receive a response from our payment processor.
View Replies !
HTML_AJAX Tutorial
Thos who are interested to develop applications using HTML_AJAX, please take a look at this tutorial http://www.troymcilvena.com/wordpress-and-html_ajax/
View Replies !
Devshed's JSP Tutorial
http://www.devshed.com/Server_Side/Jserv/JSP/page1.html an interesting introduction to the language - I wondered if any PHP-heads are fluent in both JSP and PHP and what the pros and cons of java server pages are comparably? the variable process looks a little excessive (certainly for simple scripts) to me.
View Replies !
Installation Tutorial
I'm having trouble with my windows PHP/MySQL. I have a few years experience with ColdFusion, so I'll do OK once I get the basics figured out. I ran the windows installer. I believe I have 4.3 installed. I've run through some of the kindergarten tutorials. But now I get to the tutorial on Creating a PHP login script and it's assuming I know all kinds of things like how to create a frigging batabase in the MySQL that I installed. It doesn't appear there's a user interface for MySQL built in, so I installed MyAdmin. But I can't seem to configure that. This tutorial tells me to put in my username, pw, dbhost, and db name. I have no idea where to start!
View Replies !
Tutorial On URL Encoding?
Can anyone point me in the direction of a tutorial on URL encoding? I am creating a website and i want to use 1 page which contains the layout, then seperate pages with the content. i would do it something similar to this: http://website.com/index.php?page=links Then that would just call up a .inc page specified in the page= variable and display it on index.php.
View Replies !
PHP Poll Tutorial
I am running through a tutorial on how to generate a poll using PHP and mySQL, I have inputted the code exactly as it states, but I keep getting this error: Parse error: parse error, unexpected $end in C:Program FilesApacheApache2htdocsaby.php on line 75. There are only 75 lines in my code, so I assume I mistyped something somewhere. Does anything in the following code look wrong to anyone? I deleted the username and password for obvious reasons, but they are set right. PHP Code:
View Replies !
Mail() Tutorial
I need to send e-mail to a list I have created from a MySQL DB. I have the list working from a Friends page. It works great. I have a list of e-mail address. That part is fine. I am sending them fine. The part that I am having a problem with is when I send the e-mails if one is not delivered how do you know? Does anybody know how to check to see the bounce backs. Do you need to set something in the header of the e-mail when sending the e-mail to send it to a mailbox if it is non-deliverable?
View Replies !
Very Basic PHP Tutorial Available?
I am not a programmer, and I want to do a 301 redirect for my site and do not have access to htaccess. But I do have access to PHP apparently with certain site packages (and found the code to use online). I signed up and got lots of great new files and have no clue what to do with them. So, is there a really basic step-by-step tutorial for what to do with PHP? I just want to forward my html pages, and need a really basic instruction source that probably starts something like: make a new file and name it X.
View Replies !
PHP4->PH5 Tutorial
Seen that support for PHP4 will be dropped at the end of the year I was thinking that maybe now might be a good time to start moving things. Is there a tutorial as to what I need to look out for? And, Could I run both version on my test server? Or do I need to have to Apache servers running?
View Replies !
Begining - Tutorial
i need to begin in php. is there any tutorial to begin? (i started an hour ago .....) i copied this first example <html> <head> <titleHello World </title> </head> <body> Hello, world! <?php echo 'This is my first PHP web page.' ?> </body> </html> and saved as .html file, and when i open it with the browser, it appears only the html part, but not php ....
View Replies !
PHP Cookies Tutorial
I was wondering if someone could point me to a good offline or online (I would prefer offline though) resource to get the gripps on dealing with cookies (both persistent and seesion based) to create an online application for one of my customer. It will have almost the same capabilities than a ecommerce site, i.e. adding products and quatity to basket, retrieving basket info, retrieving past order info (for a short time i.e. a week or so), saving current basket for 24 hours and submitting order. The diff with ecommerce site is that this would be for members and I would manage the product list so no need for fancy backend capabilities.
View Replies !
Login Tutorial?
just want to know if any one knows of a good tutorial that will show me how to make a simple login system so that users can register on my site?
View Replies !
Pagination Tutorial
I followed the pagination tutorial provided on the site and everything worked out perfect... then it hit me. If I use this tutorial to display my articles, the order will be backwards. My oldest article will always be first. I see there is a comments section at the end of the tutorial and I can see that someone already tried to address that issue. I just can't get the comments to show up. I only see their titles. Can someone either explain how to see the comments at the end of the tutorial or possibly post the solution here?
View Replies !
Database Tutorial
it was one of the better tutorials I've seen, but the author seemed to go off on tangents that made it hard to follow. He went over delete, update and sort options that should have been included in with the script he made available at the end of the tutorial. It seems odd to go through all that trouble talking about it and not include it. It makes sense to be able to do these things in HTML from the Website, but instead you have to go into PhpMyAdmin and make your changes or deletes. Can someone tell me how I can hack the add.html script to be able to modify, update and delete entries into the database from this HTML page?
View Replies !
Session Tutorial?
Does anyone know of a SIMPLE tutorial that explains and demonstrates how to create sessions, use sessions with cookies and destroy sessions. I want to create a simple application where the 1 user... ME can stay logged in and span multiple pages. I have created everything i need to log in but don't know much about sessions. All i can find are massive tutorials spanning everything from registering to forgetting your password. I just need something that covers sessions and cookies. Not everything else inbetween.
View Replies !
Oracle Tutorial
Are there any tutorials on linking Oracle 10g and PHP? I currently have a PHP application that uses MySQL, but our database folks want to use Oracle. I've read http://php.net/oracle and the basics seem to be there. But are there any sample scripts or anything that might help me get started?
View Replies !
Looked For Tutorial
i need some help writing a script. I need it to do this. when the page http://blah.com/Updater.php?version=...sion2=infohere i want were it says infohere to be written to a file, i have looked for tutorials, but i cant find one doing exactly what i want, and i can't figure it out by myself.
View Replies !
Starting Tutorial
I have the php & mysqul for dummies books and have found a few old tutorials. I thought I'd ask if anyone knows of an up to date tutorial for installing apache, mysql, php in order to get a web site up and running.
View Replies !
Gallery Tutorial
does anyone know a basic php gallery tutorial where the client will be able to upload there own images and this same image can be used as a thumbnail and a big picture.
View Replies !
Charting Tutorial
I am looking to build some charts using GD. while there are a plethora of pre-made scripts out there I want to build my own. I've been googling for tutorials that cover the basics of using GD and the math behind making charts but I'm coming up empty handed. Are there any good tut's out there that I can use to help me?
View Replies !
Tutorial Needed
I am looking for a good tutorial on building a dynamic search query using mysql / php. The search box has several fields that may or may not be filled out or chosen including text boxes and lists, such as price max, price min, keywords, town, district, type ect. I cant seam to find a tutorial suitable, can anybody point me in the right direction?
View Replies !
Self Teach PHP Best Tutorial
I want to teach myself php where can I find a good tutorial? I have read w3schools.com good stuff but not enought I need a bit more. I want to be able to retrive infor from a mysql db as well as benn able to send info to a mysql db stuff like that?
View Replies !
Search Bot Tutorial
I want to create a search bot for my website that will crawl and find keywords to database from my site. does anyone know of any good tutorials, I could check out? or should I be looking at maybe javascript?
View Replies !
Tutorial On Joins
I keep hearing about joins and seeing them mentioned in the posts, but I'm afraid that they still don't make any sense to me. Can someone point me to a book or tutorial on the subject? Would I look in the PHP manual or a database book?
View Replies !
Tutorial Scripts?
Alright i run a graphics site,and i would like to have a tutorial section to where i or an admin of my site can add tutorials to the site. i would like it to break it down into catagories(kinda like pixel2life.com) and have an image with a description with a link to the tutorial,i was wondering if any of you knew if any "tutorial scripts" existed or is this something we have to build on our own?
View Replies !
Apache Configuration Tutorial
I have previously installed apache mysql and php. I need to do this again but all the tutorials do not cover the configuration of apache. Can anyone tell me where the old tutorial may happen to be?
View Replies !
Any PHP Websites/tutorial For Beginners?
I am looking on behalf of a friend of mine for good websites where people can go to and get tutorials on how to do start doing PHP. The person in question as not have any programming expreince before apart from HTML so it's needs to be very basic level at first.
View Replies !
Query Re Beginners Tutorial
On http://www.phpdeveloper.org/section/tutorial/43 there is what seems like a good tutorial for a beginner but there is no mention of whether it should all be within one .html file, one .php file, or several separate files, and if so, what type. It also includes Action="form2.php3" with no mention of what this file is. Can anyone help, or alternatively recommend a more complete Form tutorial for an absolute PHP beginner?
View Replies !
Php 5 Information, Tutorial, Book, Etc
I have worked on php for the past 6 years off-and-on and I was planning on making the conversion over to 5.x and I understand there has been a lot of changes from 4.x. Based on this, I was wonder if you could suggest a book that highlights the changes with examples as well as a site or two that would help with this. On another note, I would like to know how you guys seperate and tier your applications in php (I have been working with .NET in which we used a 3-tier). Do you try and use 3-tier, 2? How do you pass around the connection in php when you seperate the code (use some type of global or always pass the connection)? Etc?
View Replies !
Cakephp Following First Bite Tutorial
I am trying to learn cakePHP and am following instruction in the First Bite tutorial. I am able to get the basic page accessing localhost and get it to access the mysql database. I then copy the tutorial code for the AppModel and AppController for notes. I cannot get it to display the Notes data or acknowledge the Notes coding exists.
View Replies !
Articles Script Tutorial
i'm trying to write a PHP script which links in with MySQL and will add,edit,delete and display an article based on category. I have a rough Idea of how to do this but need some clarification. If someone could point me to an article/tutorail that would cover something similar.
View Replies !
Secure Login Tutorial
I'm looking for a secure login script for a sort-of-community site... (PHP, MySQL, sessions, or maybe something else ... ) I know there are a lot of scripts out there, but none of them really seem secure, or have other kind of flaws (like IP based login etc.). Why i'm asking here, is because there's experience out there, and i hope experience can tell me what my best shot is. I'm aware that i will very probably have to do some consessions ... I'm not a PHP-er, but i have some PHP experience ...
View Replies !
|