Thanks. But plz give me more specific solution.
Currently my 'admin' folders permission is '755' and 'HomepageAdder. php' files permission is '775'. Which chmod I need to use?
Note : When I'm trying to give chmod 777, then the site is not loading in browser at all.
I can upload image or files in the same server, but can't able to update any texts using such kind of php scripts!
What should I do? plz suggest
User Profile
Collapse
-
Make sure that you are using "localhost" to host your related php and html files. Do not open the html page direclty by double-clicking. Also make sure that your Appache server is running soundly.Leave a comment:
-
Check Your hosting configuration. Also check that Appache is exists in your CPanel program list.Leave a comment:
-
Yeah, I got your point. If you try to submit an empty text or start processing before submitting line occured. Then processing script will encounter an error.
As a solve, you can check that is a data really posted or not? as bellow :
Code:<?php if($_POST){ echo $text = $_POST['textbox']; } ?>
Last edited by Dormilich; Jan 25 '12, 08:08 PM. Reason: Please use [CODE] [/CODE] tags when posting code.Leave a comment:
-
403 Forbidden Error, When trying to update a page contents
Hi,
I am continuously receiving an error when I am trying to update my site pages contents. It showing :
"Forbidden
You don't have permission to access /admin/HomepageAdder.p hp on this server."
Please anyone help me.
Thanks in advance -
I wanna generate a printable form when I log in as administrator.
From Backend I want to print users submitted data,that stored in mysql database.Leave a comment:
-
How to print a php page (With data from mysql table)???
Hi,
I've a mysql table containing students information.
I want to make a customized php page as like admission form with these data and want to print it as hardcopy.
Plz help me... how can I do that task....
Thanks -
File field validation using LiveValidation script
Hi,
I want to validate my file upload field using liveLalidation 1.3 or (any other live validation script)...
Such as, I want to check file type (such as .jpg, .gif, .png etc). Also want to check file size for bounding it in a limit (such as maximum 150 KB).
And also want to set this field as mandatory.
Is there any option to do this with liveValidation 1.3?
Then please specify how I can... -
Thanks "Oralloy" For Your Valuable Response...
That technique works !
Thanks a lot...Leave a comment:
-
I want to search these tabe at a time for a name e.g 'Shoham'.
If match found (e.g. Name='Shoham'), then details information of that person (Shoham) need to print in another page from raw of the table where match found.
Note : I am using phpLeave a comment:
-
Leave a comment:
-
Thanks a lot for your response...
Can u plz suggest me the queary in details to do the task specified.
Thanks...Leave a comment:
-
How to search for a data form 5 MySQL table at a time?
I have a MySQL database nammed 'pstu alumni' and five table inside this DB nammed 'agriculture',' bba','cse','dvm ' and 'fisheries' each table with same field common 'Name' and 'Session'.
Then how can I search for a name from these five table at a time and how to show results?
Please help...
Thanks
No activity results to display
Show More
Leave a comment: