Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #858
~4K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for pandglobal

I want a secured and server side way of interacting with two different servers namely SERVER A and SERVER B and i want database details and queries done on server B without reveling this database details to server A but yet server A functions based on responses it got from …

Member Avatar for Emmason
0
84
Member Avatar for pandglobal

I want to rewrite my URL from example.com/page/pipe?test to example.com/page/pipe/test My concept is just to remove the? at the end of the page and replace it with a / And I have written a rule to remove the .php extension of my files. below is what code looks like #REMOVE …

0
35
Member Avatar for pandglobal

I have a html form and a validation php file for the form, every thing works when a user submits the form, but there are certain aspect of the function that i want the user to get in real time, such as if field A value is (yam) then unset …

Member Avatar for jkon
0
309
Member Avatar for pandglobal

Hello house please i need assistance. I need to rewrite urls in a particular folder so that the folder name is not shown when visiting the page or pages inside that folder. And am doing this or intend to archive this through .htaccess Example: example.com/ folder/aboutus.php But i want it …

Member Avatar for pandglobal
0
59
Member Avatar for nishita_1

The problem is quite a simple one, just limit the number of returned data from your sql query to 15. Limit = 15 So the database will only return last 15days details as data. Your query should look like this //query to get data from the table $sql = "SELECT …

Member Avatar for pandglobal
0
4K
Member Avatar for larryson

Well i can help you with a jquery code. $(#_firstname).on('keyup', function () { var firstname = $(#_firstname).val(); If ( firstname == '') { alert("Please first name must not be empty"); } });

Member Avatar for pandglobal
0
290

The End.