Tagged Questions
PHP is an open-source server-side scripting language widely used in web development. Use this tag for questions about PHP classes, methods, functions, syntax and use.
0
votes
0answers
5 views
parse text in nested html tags for inline editing
After doing a search for my query i'm posting this question here...
I'm working on inline editing script...
I want to get the text between any html tag onclick on a modal box with save and cancel ...
0
votes
0answers
4 views
Pinterest Login API Using PHP
I would like to customize pinterest user login api for my website using PHP.
I have checked so many forums about pinterest login api document & information.
But i could not find the Pinterest Open ...
0
votes
0answers
22 views
Whats wrong with my PHP/SQL Query (won't read from SQL)(login system)
I am coding a login system and the php code I'm writing has no error messages and when I use a wrong password there are still no errors or success messages. I have a feeling that the PHP is not ...
0
votes
0answers
6 views
category is repeating in pagination
I am using this code to break category in pagination and showing 5-5 chunks in pagination.
I have 50 categories in a WordPress site. I wants to show each five categories on one page and next 5 on next ...
0
votes
0answers
5 views
Zend framework Class 'Model_DbTable_indexview' not found in <Directory>
I just installed a script i purchased and i'm facing issues with the file not found. I checked the function and Model_DbTable_indexview do exist in the model folder. Is there anywhere that i should ...
0
votes
0answers
10 views
live ajax search doesn't auto populate until I submit once
This is actually a continuation of a question I posted here:
live ajax search not working on chrome and ie
It turns out that if I submit a search query at least once, the 'live' part of my search ...
1
vote
0answers
15 views
When you save an XML file, is there a valid URL you can go to?
So, I have this website with some PHP, XML, and HTML creating an XML file from an HTML form using PHP if that makes any sense. So, what I have so far is the user input and creating an XML file here:
...
0
votes
4answers
26 views
Update partially dynamic form with AJAX (No Refresh)- can't get this to work
I need to have this form post to the database and retrieve the newly added information without refreshing using XHR.
The page loads with a few initial elements that can be edited and can have more ...
-1
votes
0answers
19 views
HOW FILL UP THE PDF FORM WITH PHP OR JAVASCRIPT [closed]
How fill up automatically pdf form, when user types in textarea boxes using PHP and JavaScript?
0
votes
0answers
10 views
Force HTTPS along with removing file extension
I've been trying to force HTTPS along with removing the php extensions but I always get a redirect loop on the browser when I mix them both.
I searched around Stackoverflow but there were only things ...
0
votes
1answer
21 views
Space in writeline
Sorry for the newbee question but maybe this will be easy..When I enter informatin into my console app. The return message is what I would like it to say, but it isnt spaced out? Example >Good Morning ...
0
votes
4answers
27 views
Which is better for website performance. PHP MySQL Query or plain HTML?
In terms of speed, performance, or plainly which is better for a website?
Lets say an html select tag with a lot of option tags inside, like for example 100
Would it be better to simply encode them ...
0
votes
1answer
29 views
preg match and replace
I have some content with affiliate links. I want to replace all those link with the non-affiliate links. I have already created a script that gives non-affiliate link from an affiliate link now I want ...
0
votes
0answers
46 views
Insert a text area in php code?
I have a text "Description" area for an item that is automatically displayed (linked) from another page. On the other page the text is contained however on the page with the issue the text is one long ...
0
votes
0answers
26 views
database design for multiple choice multiple answer quiz in php and mysql
iam working on a quiz app in php,i created it for multiple choice but single answer(using radio button),but now i need a modification to make quiz multiple choice,multiple answer (using ...