Beginner PHP Tutorial – 7 – The php.ini File
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –
Coding Out Of The Box
Facebook –
GitHub –
Google+ –
LinkedIn –
reddit –
Support –
thenewboston –
Twitter –
who else is roaming in the comment section…XD
I can't find php. Ini the files i have were php. ini-development and php. ini-production
How can i make my dashboard
What about for those who don't use a localhost, but a webhost, where would a php.ini file be located?
YOu are one annoying fuck…. all I wanted was to see you change the darn .ini to upload a theme and you talk so much shit.. it seems as though you love hearing your dam self..
we still have 193 remaining. videos
To all you haters…..How did you feel after the last video??
Open up my Sh!t.. I mean Xampp x'D
Sir, i am having hard time in setting cookies my website. i wrote a simple code which according to my friends, should work just fine but its not working on my site. please advise if it has something to do with my php.ini file. below is my code..i restarted my browers, refreshed, tried on different browsers but it just aint working..
<?php
if(!isset($_COOKIE[$cookie_name])) {
$cookie_name = "mysiterandomuser";
$cookie_value = "justanotheruser";
setcookie($cookie_name, $cookie_value, time() + (86400 * 30), "/");
}
echo $_COOKIE['cookie_name'];
?>
he only know to speak he do 0% work
completely useless for people on LAMPs trying to learn PHP. you spend WAY to much time talking about XAMPP
7 tutorials in and we've written like one line of code… wtf?
Fatal error: Uncaught Error: Call to undefined function mysql_connect() plz help 🙁
WE WANT BUCKY…..!
cant switch off apache……gives BUSY and Error -1
Add login.html into the Apache configuration file to enable direct redirection to the system…how can i do this?
I don't understand why to change configurations .. O.o Am sorry but what importances of it ?
hello guys. i cant find the php.ini file. and when i click on the file that says php with a configuration settings, it opens with notepad. i need help.
In the latest version of XAMPP the php.ini file does not show the extension ".ini". You need to select the one that just says php and the Type is CONFIGURATION SETTINGS
Great video's. Keep up the great work! Thank you:)
thanks
Why so much hate? You got these videos for free, You don't have to watch them, You can skip through them, You can watch them in a playlist so it's almost like one long video.. People are so mean these days and it's getting worse.. I like how it's splitted into many vids, because when I have some problem, there is a video for it – no need to search for particular 2min in 45min video. Also I like to know this "other" stuff before coding itself begins, so I am sure all is set up just fine and when there is a problem, I know where to search first. You don't? Well, it's faster and easier to click next video, than to dislike, hate and cry in comments.
If you don't like the video don't watch it 🙂
I watch all of Buckys and Alex's Tuts on 1.5x speed to make it a bit quicker anyways.
my php.ini file has much different stuffs than yours? Is there a problem?
I see why it took 200 tutorials !
Can I change php.ini file when using free hosting?
i'm using XAMPP on mac.
How do u find the php.ini file?
i'm unable to find it.
Can anyone help me?
dumb people annoy me? voila
…7 videos in and we still haven't learned a single thing about actual php coding…
can php files work with .asp files? beacause im trying to do a contact form and it seems like its not reading my process.php file.
in php 5.3+ there is a development and production version of the ini file you can find in the same folder
is there a better PHP tutorials than this ?
these things need to be discussed at the end of the series…
i dont have php.ini file instead i have php.ini production an development . my phpmyadmin is not working also . what should i do
Apparently you need this php.ini file to allow session data to be stored on an online website.
Does anybody know where exactly the file is supposed to go if it is not there already?
one small thing = one video to u
stop putting one subject in one video!
to short!
Who the heck will read all that?
MAN!!! JUST START CODING!
i have installed xampp n i have create a folder in htdocs named as serious…n save my php files in serious folder in htdocs.. the problem is when i give localhost/serious it automatically redireat to localhost/xampp… how can i see the file in the folder serious …..
if u got wamp installed, you can find this file at: wamp/bin/php5.3.13[depends on what version u got]/php.ini
There is no better text editor, it's all down to personal preference and your needs. Some people love dreamweaver but I hate it. I mostly use sublime text unless I can't access my local server (like at college). In those situations N++ is good for automatic FTP to my actual web server.
i have wamp, should i open development or production php.ini file ?
Thing is it Sublime Text (2) costs 70 dollars. 🙁
lol
…Use Eclipse for JavaEE with an Aptana plugin… you will never use notepad++ again…
Dream weaver is way better than all…
But hey, Sublime Text is NOT FREE!!! Notepad++ FTW!
maybe it is only named as php, and you didn't enable extension to be visible…
C:xamppphpphp.ini …..
are you sure this is the path… bcz this is the default path…