whats the problem of this code? php: function users_online() { if(isset($_GET['onlineusers'])) { global $connection; if(!$connection) { session_start()...
hello. i enabled rewrite module by this command: sudo a2enmod rewrite and then i added these in etc/apache2/sites-available/000-default.conf file: <Directory /var/www/html...
hello. whats the problem of this code? function loadUsersOnline() { $.get("functions.php?onlineusers=result", function(data){ $(".usersonline").text(data); }); ...
hello. i'm learning php with udemy edwin diaz course. after this course what should i learn for be better php developer?
Hi guys. I installed a theme for vim. But inside tmux it doesn't work and vim uses default theme. How can I fix this?
hi. there are alternatives of xampp for linux 32bit?
can you explain Clearer? or give me a stackoverflow link about this?
can i use multiple databases in one php project? is it ok?
hello guys. for edit user i use this url: user_edit.php?user_id=3 now, every users can edit that user with user's id. how can i fix this?
do you know an open source project that use multiple databases?
hello friends. who can give me a idea for do a python project?
thanks a lot. can i going to learn laravel after These?
how to learn socket programming in python?