Zblog | a java blog | Search Engine library
kandi X-RAY | Zblog Summary
kandi X-RAY | Zblog Summary
a java blog
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Zblog
Zblog Key Features
Zblog Examples and Code Snippets
Community Discussions
Trending Discussions on Zblog
QUESTION
I am creating PHP category page my script not showing # mark and + mark added category title example like this my URL Localhost.
http://localhost/zblog/category/1/2/c++ and also my other title added category opening like this http://localhost/zblog/category/1/3/php
Here is my code
...ANSWER
Answered 2019-Apr-23 at 05:49You are preparing your link in the wrong way for PHP. Also, you need to ecnode special characters for sending through URL. For PHP to interpret URL properly and to get values from it, you need to do it like this:
QUESTION
I am creating PHP search form I want to display search variable name on URL my URL like this http://localhost/zblog/results/1/ I want to get like this URL
...ANSWER
Answered 2019-Apr-20 at 20:17you need to change form method to method="get" and check $search get the right value.
QUESTION
I am creating PHP search form i have added search variable name to html form but not showing title on URL when i searched my URL display like this http://localhost/zblog/results/1/ i want to get like this URL http://localhost/zblog/results/1/xxxxxx
Here is my code
...ANSWER
Answered 2019-Apr-19 at 19:12your form is submitting via post method. you need to grab the search query from $_POST['search']
, and assign it to the variable $search
QUESTION
I am creating PHP blog viewing script I have added htaccess file to remove URL char this is my working url http://localhost/zblog/source/4/title but not working long title like this URL http://localhost/zblog/source/8/xcccxcx-cxcx-ccff single title working only
...ANSWER
Answered 2019-Mar-29 at 19:54Add the -
char in your rule.
With \
(or without in the end), because otherwise it's an interval.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
Install Zblog
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page