English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am new to php/MySql.
I have a mini site almost ready. I want to know how I can load the images I select to a certain table/area on my webpage.

Thanks for any help.

2006-10-03 09:32:29 · 2 answers · asked by mar 1 in Computers & Internet Programming & Design

I have a page with navigation "include" at the top. When I select the link, I want to see the result in the bottom part of the page instead of a new blank page.

Thanks

2006-10-03 10:24:49 · update #1

2 answers

are the images being chosen dynamically?

If not, its just simple HTML -

otherwise it is still just simple html, just with a splash of PHP -

You can include that right in the middle of whatever HTML you use for your page.

2006-10-03 09:39:50 · answer #1 · answered by John J 6 · 0 0

that is unquestionably no longer a difficulty-free one. initially, be particular you've performed each and every thing to be particular your database is optimally set up. particularly, create indexes on the tables you're querying. Indexes can dramatically strengthen the performance of database queries. be particular you've indexes on all overseas key columns, and all columns you're putting in the the position question. Use composite indexes (indexes such as numerous columns) the position acceptable. Use clarify to work out how your question is run. If this nevertheless would not sparkling up your concern, what you want to do is spawn a procedure in the historic past which does the querying. This procedure might want to, as an social gathering, output that's status to a momentary record someplace because that's querying. the way in which to teach the person what's occurring is to have a Hypertext Preprocessor web page with an autorefresh of say, 5 seconds. This web page can then examine the momentary record created through the spawned procedure, and teach what's occurring. even as the momentary record exhibits that the operation is performed, you could then teach the outcomes. even with the indisputable fact that, you could keep the status on your database. an option is to apply AJAX. both way, you'll favor a historic past procedure. good luck

2016-12-04 04:28:04 · answer #2 · answered by ? 4 · 0 0

fedest.com, questions and answers