-
Began Watching can't save the file in linux localhost after editing
Hello. When i open a file in my linux localhost with the command "gedit file.php" and then put a part of code in it, then i can't save the file. … -
Replied To a Post in how to get all html tags and texts of a web page in php
Would you give me an example please? An example that you give a url to the script, and it gets all the html tags and text of that page and … -
Marked Solved Status for creating new file in linux localhost
Hello. How can i create a new file in my linux localhost? -
Replied To a Post in creating new file in linux localhost
Yes Thanks friends. -
Replied To a Post in how to get all html tags and texts of a web page in php
Well, like in python.... for example with a web crawler (with BeautifulSop if I'm correct) that we can get all html tags and text of a web page and then … -
Created creating new file in linux localhost
Hello. How can i create a new file in my linux localhost? -
Began Watching creating new file in linux localhost
Hello. How can i create a new file in my linux localhost? -
Created how to get all html tags and texts of a web page in php
Hello. How can i get the html tags and texts of a web page in php? -
Began Watching how to get all html tags and texts of a web page in php
Hello. How can i get the html tags and texts of a web page in php? -
Marked Solved Status for this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Replied To a Post in this line doesn't work in the php part with using ( ' ) instead of ( " )
It works. Thank you @joshuajames.delacruz. Thank you @pzuurveen. -
Edited this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Edited this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Edited this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Created this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Began Watching this line doesn't work in the php part with using ( ' ) instead of ( " )
Hello. This is a part of my script: <table id="table-5"> <thead> <th>ID</th> <th>URL</th> <th>Editor</th> <td>More....</td> </thead> <tbody> <?php include('connection.php'); try { $sql = "SELECT * FROM Data ORDER BY ID … -
Marked Solved Status for how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
Hello everybody. There is a row in my db table I have set it's type as "TIMESTAMP". How should I fill in? Should get the current timestamp in php and … -
Replied To a Post in how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
I understood. Thanks friends. -
Replied To a Post in how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
Well, I still haven't got what to do exactly. Where should I put `CURRENT_TIMESTAMP()` in the script? I'm using PDO. Would you please help me more? -
Edited how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
Hello everybody. There is a row in my db table I have set it's type as "TIMESTAMP". How should I fill in? Should get the current timestamp in php and … -
Created how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
Hello everybody. There is a row in my db table I have set it's type as "TIMESTAMP". How should I fill in? Should get the current timestamp in php and … -
Began Watching how to get current TIMESTAMP in php to fill in db row with TIMESTAMP type
Hello everybody. There is a row in my db table I have set it's type as "TIMESTAMP". How should I fill in? Should get the current timestamp in php and … -
Replied To a Post in Hidden div is appeared by default when the page loads
So there is no answer?! -
Marked Solved Status for Need help with Bootbox.js library
Hello. I'm working on my own CMS. I want to use Bootbox.js which is a small JavaScript library which allows us to create programmatic dialog boxes using Bootstrap modals, without … -
Replied To a Post in Need help with Bootbox.js library
Yessssssss:D I found the problem myself finally! So let's explain it for other member's may have this same problem too. Look at my code, line 8: <link rel="stylesheet" type="text/css" href="bootstrap.min.css"> … -
Replied To a Post in Hidden div is appeared by default when the page loads
@jstfsklh211, i found a problem that i didn't attention to it before. Without using `display: none;`, the output was like this: [first picture](http://s2.img7.ir/880ez.png) And the only problem was appearing the … -
Revoked Solved Status for Hidden div is appeared by default when the page loads
Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page … -
Marked Solved Status for getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Hi. With `$u_agent = $_SERVER['HTTP_USER_AGENT'];` i can get the users information but i just want to echo the OS that users use, something like: Linux,Ubuntu How can i get this … -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
> You like torturing people, don't you :D? Oh no! just want to learn everything deeply :D Thank you for the links. -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
So, i solved it in this way: '/Arch/i' => 'Arch Linux', '/ubuntu/i' => 'Ubuntu Linux', So would it be correct? -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Thank you @Aeonix i undersood. The script can't echo both OS nad it's Distribution yet, i will check to see if i can solve it or have to back here … -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Well would you please explain it for me? // what does /ubuntu/i means? '/ubuntu/i' => 'Ubuntu', I mean `/` and `/` and `i`. -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
I mean both OS and the Distribution of that. -
Marked Solved Status for Hidden div is appeared by default when the page loads
Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page … -
Replied To a Post in Hidden div is appeared by default when the page loads
Yes it works, thank you @jstfsklh211. -
Replied To a Post in getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Thank you @Aeonix. Could you help me a little more? When i delete line 24, the value for OS will be echo as Linux. And if i put it back, … -
Created getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Hi. With `$u_agent = $_SERVER['HTTP_USER_AGENT'];` i can get the users information but i just want to echo the OS that users use, something like: Linux,Ubuntu How can i get this … -
Began Watching getting users OS info out of $_SERVER['HTTP_USER_AGENT']
Hi. With `$u_agent = $_SERVER['HTTP_USER_AGENT'];` i can get the users information but i just want to echo the OS that users use, something like: Linux,Ubuntu How can i get this … -
Replied To a Post in Hidden div is appeared by default when the page loads
This is my code. How can i hide it by css or js first? <!DOCTYPE html> <html> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <style> body{ margin: 0; } /***************************************************************/ @font-face { font-family: 'secondFont'; … -
Edited Hidden div is appeared by default when the page loads
Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page … -
Created Hidden div is appeared by default when the page loads
Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page … -
Began Watching Hidden div is appeared by default when the page loads
Hello. There is a button in the page when i click it, a div will appear or disappear by toggling to the left and right. I want when the page … -
Created problem with updating time in the page
Hello friends:) I have put this in my script to echo the current date and time: <?php print strftime('%c'); ?> And with this code: <?php $p = $_SERVER['PHP_SELF']; $sec = … -
Began Watching problem with updating time in the page
Hello friends:) I have put this in my script to echo the current date and time: <?php print strftime('%c'); ?> And with this code: <?php $p = $_SERVER['PHP_SELF']; $sec = … -
Replied To a Post in Need help with Bootbox.js library
I replaced `alert('test');` with those 2 lines and a message box with the text "test" appears. So without those 2 files you can't help me with that, well i don't … -
Marked Solved Status for Toggle (left-right) code doesn't work
Hello. In javascript there is a jQuery slideToggle() Method that toggles up-down but i want it to toggles left-right. I found a code from [here](http://jsfiddle.net/abwVd/) and then i copied and … -
Replied To a Post in Toggle (left-right) code doesn't work
Yes, it works now. Thank you @stbuchok. -
Replied To a Post in Need help with Bootbox.js library
Well, does it help? [Here](http://runnable.com/VUpq6-BUIhkkfrwE/bootbox-js-for-jquery-and-javascript) I'm not sure if it's correct, i've never been using this. Here i can't upload those bootstrap.min.js and bootbox.min.js files there so the output is … -
Replied To a Post in Need help with Bootbox.js library
@stbuchok, ok. what do you mean by creating a publicly viewable page that has the issue or creating a jsfiddle? Where can i put the code for dibugging? -
Created Toggle (left-right) code doesn't work
Hello. In javascript there is a jQuery slideToggle() Method that toggles up-down but i want it to toggles left-right. I found a code from [here](http://jsfiddle.net/abwVd/) and then i copied and …
The End.