- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
15 Posted Topics
Re: search for some tutorials, http://psd.tutsplus.com and then practise! | |
Re: 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.. | |
Re: 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) | |
Re: you just added the files to the pages? | |
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) | |
Re: 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 | |
Re: http://slidesjs.com/examples/images-with-captions/ this one :) | |
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 … | |
Re: you need to filter the sql syntax that you are using, can you post the code here? | |
Re: put scroll on the box inside or detect uppercase : if (preg_match('/[A-Z]+/', $str)) ![]() | |
Re: 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... | |
| |
Re: <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 … | |
Re: 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 … |
The End.