Brother, I have created a group. Welcome PHP programmers from Chengdu to join: 20023401. Those who like it will get extra points.
I have created a group, welcome PHP programmers from Chengdu to join: 20023401, extra points for those who like it – expanded topic/watering paradiseNumber: 20023401,I have more than 4 years of experience in PHP development, welcome new and old PHP programs Members join; ZEND FRAMEWORK, CAKEPHP, AJAX, JS VALIDA;Established on 2007/12/11, please help the new birds. Friends with more than three years of development experience are asked to recommend themselves to become administrators ——Solution——————–up ——Solution——————–Me With only 1 year of experience, I am a rookie. ——Solution——————– You learn! ——Solution——————–ding ——Solution——————–up … ——Solution——————–Support ——Solution——————–Newbie ,learning! ——Solution——————–Three It does happen in 2018 But not in Chengdu o(∩_∩)o… ——Solution——————–Support ! ——Solution——————–Newbie ,learning ——Solution——————–Company If you are not allowed to use QQ, I will help you support it. ——Solution——————–JF ~~hehe ~~ ——Solution——————–Super Newbie. . ——Solution——————–Not here Chengdu ——Solution——————–Beijing PHPer ——Solution——————–Company Not allowed to access QQ ——Solution——————–Top ,Currently learning ——Solution——————–Top , from Chengdu, just started studying. ——Solution——————–Me I’ve been studying for less than 30 days~ Haha, I’m a little confused~ ——Solution——————–Top ,java ——Solution——————–Top ——Solution——————–Top ——Solution——————–Support one time.

Brother, what is my php journey?
What is my php journey? ? ? ? I just watched the PHP tutorial for a day yesterday. I don’t know how similar the ASP I learned before is to this one, but after learning it for a day, I feel that PHP is really good and powerful! I like it, but I just don’t know where to start. I hope I can basically learn PHP in 2011 and build a small business website using PHP. This is my biggest goal! ! ! ! ! After studying PHP for half a semester in school, I still can’t type code, sweat it! ! ! Hope everything goes well for you! ! ! Cheer up for yourself! Come on php! ! ! Study hard and make progress every day! ! ! 1st Floor hbsb2007 2011-08-22 What makes perfect…take your time! 2nd Floor macoo3 2011-08-24 Thank you
Brother, why is my var_dump($file_suffix==”php”) always false? The values are obviously the same.
Why is my var_dump($file_suffix==”php”) always false? The values are obviously the same.I wanted to read the contents of the php file in the compressed package, but I encountered this strange problem and was confusedvar_dump($file_suffix==”php”); The values are obviously the same, why is it false… PHP code //Get suffix function function suffix($filename){ $string= strrpos($filename,’.’); $suffix = substr($filename,$string+1); return $suffix; } $zip = zip_open(“test.zip”); //Open ZIP file if ($zip) { while ($zip_entry = zip_read($zip)) { //Read the next item in the ZIP file echo “Name: ” . $file_name=zip_entry_name($zip_entry) . “”; //Return the name of an item in the ZIP file echo “Actual Filesize: ” . zip_entry_filesize($zip_entry) . “”; //Return the actual file size of an item in the ZIP file echo “Compressed Size: ” . zip_entry_compressedsize($zip_entry) . “”; //Return the compressed size of an item in the ZIP file echo “Compression Method: ” . zip_entry_compressionmethod($zip_entry) . “”; //Return the compression method of an item in the ZIP file echo $file_suffix=suffix($file_name); var_dump($file_suffix==”php”); if($file_suffix==’php’){ zip_entry_open($zip, $zip_entry, “r”); //Open an item in the ZIP file for reading echo “File Contents:” . “”; $buf = zip_entry_read($zip_entry, zip_entry_filesize($zip_entry)); //Read an open item in the ZIP file echo “$buf”; zip_entry_close($zip_entry); //Close an item in the ZIP file }…
Brother, I recently wanted to use PHP to do an online exam management assignment, but I don’t know how to save the data set filled in by the user after the exam.
I recently wanted to use PHP to do an online exam management assignment, but I don’t know how to save the data set filled in by the user after the exam? I recently wanted to use PHP to do an online exam management assignment, but I don’t know how to save the data set filled in by the user after the exam? Moreover, how to extract the answers filled in by students during marking? ——Solution——————–How did the test paper questions come about? ——Solution——————–General The situation is all in the database
Brother, I want to learn PHP, what books should I read?
I want to learn PHP, which book is good?Have experience in web development Now I want to learn PHP, but I don’t know what kind of book is better ——Solution——————–The author has programming experience and should get started quickly. The w3school tutorial is very good. You can take a look and refer to the manual. Make some small examples. ——Solution——————–See Source code typing code Loop ——Solution——————–Personal I think if you read the “Bible” of “PHP and MYSQL WEB Development” in its entirety, you will be able to work without any obstacles. ——Solution——————–Initial Scholar: PHP from Beginner to Master (2nd Edition)You can learn some basics and the code is relatively complete ——Solution——————– Discussion I personally think that if you read the “Bible” of “PHP and MYSQL WEB Development” in its entirety, you will be able to work without any obstacles. ——Solution——————–Me I’m also looking at “PHP and MYSQL WEB Development” and I can’t find the source code for Chapters 2 and 3. Urgent! ——Solution——————–w3school Tutorials, mainly looking at PHP and MYSQL
Brother, why is my script that regularly executes php not executed?
Why is my script that regularly executes php not executed? ? ? ? I checked many posts on the Internet and tried various methods but nothing worked. . . Please help! The test.php file is executed every minute and executable permissions are set. Then edit the cronb file as follows*/1 * * * * root /usr/local/php5/bin/php /usr/local/apache/htdocs/test.php I also added this sentence at the beginning of the test.php file:#!/usr/local/php5/bin/php -q Well, it said online In addition to the path of the PHP interpreter, I don’t know if /usr/local/php5/bin/php is correct? Generally, #!/usr/bin/php is used. . . What’s the problem? I don’t know how to change it ——Solution——— ———- Then do not modify the crontab file, but use the following method:crontab -e press EnterEnter */1 * * * * /usr/local/php5/bin/php /usr/local/apache /htdocs/test.phpSave and exit If there is no problem with your php file itself, this should be fine It is best to check the php file for safety reasons error_log, and use the mail command to check the execution of the scheduled task
Brother, after I passed the program written in php to the client, there was a problem that it could not be browsed, and the directory could not be browsed.
After I passed the program written in PHP to the client, there was a problem that it could not be browsed, and the directory could not be browsed After I passed the program written in PHP to the client, there was a problem that it could not be browsed, and the directory could not be browsed, but the customer I have set the permission to 777, but I still cannot browse. Please help me solve it. But php seems to be able to execute, but neither images nor css can be read——Solution—————- —-It seems to be a problem with apache configuration File not allowed to be accessed——Solution——————–It should be a configuration problem with nginx——Solution——————–nginx needs to set up two directories, one for php scripts and the other for html and css