Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
77% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for atiehvasagh
Member Avatar for atiehvasagh
0
379
Member Avatar for Aviplo

after submit form you need to save the both datas in a session or querytring, so you can put in sql the variables. if form was submitted that variables are from form, if not then are from querystring you create or session..

Member Avatar for ainosilva
0
200
Member Avatar for divyakrishnan

I had the same problem [http://www.daniweb.com/web-development/php/threads/433844/php-html-from-url](http://www.daniweb.com/web-development/php/threads/433844/php-html-from-url)

Member Avatar for ainosilva
0
1K
Member Avatar for rotten69
Member Avatar for ainosilva

Hello!! This website it's been **SO** useful for me!! I'm very grateful, so I decided to create a profile and share my experience... :) btw I'm from Portugal, so OLÁ! (hello)

Member Avatar for ainosilva
0
112
Member Avatar for muhammad.waleed.9699

two ways: or you make page do refresh by putting javascript code on select (on event on change) to call a function to reload the page but with a querystring like the value choosen Or you use ajax like in this: http://www.dhtmlgoodies.com/scripts/ajax-chained-select/ajax-chained-select.html

Member Avatar for ainosilva
0
201
Member Avatar for velizar.velkov
Member Avatar for ainosilva

Hello all! My problem is: I have 2 web php pages, in a online server. 1 is listing database content, the other is to "download" the 1º but in html... I'm doing this by getting the content of 1º page, in a link like http:\\mysite.com\page.php, to make the page run …

Member Avatar for ainosilva
0
597
Member Avatar for griselndria

you need to filter the sql syntax that you are using, can you post the code here?

Member Avatar for phorce
0
328
Member Avatar for Sanchixx
Member Avatar for diafol
0
344
Member Avatar for kshahnazari
Member Avatar for grafic.web

well, if you want to get from the post, I guess you can do this: <script> alert("<%=request.form("x")%>"); </script> <form ....> <input type="text" value="bbbb" name="x" id="x" /> </form> but it depends of what you want to do...

Member Avatar for ainosilva
0
95
Member Avatar for canniemar
Member Avatar for peter20

<div id="featured_slide"> Do you see this on you html page? It is the main div of the slide, so you can put like that: <div id="featured_slide" style="width:80%"> And will be smaller (80%). If you want to modify in all pages, you need to go to the css file, search for …

Member Avatar for ainosilva
0
60
Member Avatar for mark.claxton.7

I once used a iframe, not very "nice" idea, but it worked, in your case, first web page was in www.example.com, with iframe src= www.someone.... so, people only see example, and you can work with querystrings and whatever...don't need to change anything. It's not a perfect idea, just one I …

Member Avatar for ainosilva
0
226

The End.