Jump to content

isaac_cm

Members
  • Posts

    319
  • Joined

  • Last visited

    Never

Everything posted by isaac_cm

  1. I know that is mod_rewrite I just ask to know if there is a standard way to know the languages used in that kind of sites but www.site.com/index.php worked
  2. Hello, I see some sites that does not display extensions at all , for example: www.site.com/login (for login page) but how I can know the language used in this site ? Thanks
  3. the function redirect work but what make it called when the user type wrong url ? many thanks
  4. I did it from cpanel and it work with firefox but not IE or chrome the .htaccess is as follow # Use PHP5 as default AddHandler application/x-httpd-php5 .php RemoveHandler .html .htm AddType application/x-httpd-php .php .htm .html I know that there is no ErrorDocument but there is file 404.shtml and it work !! please advice thanks
  5. can you give me some code , but I need the redirect to be instant thanks
  6. Hello, can any one give me an example how to use $_SESSION to pass variable value in IFRAME to main page ? Thanks
  7. hello, how I can redirect all wrong urls from visitors to index page ? Thanks
  8. Hello, I wonder if there is a framework or a tool can building Mashup sites faster and efficient ? Thanks
  9. isaac_cm

    symfony

    hello I need to know if symfony is really good as they say about it from www.symfony-project.org ? Thanks
  10. hello, is there a better tool for JS than Notepad++, I need a tool to do things fast I dont memorize all JS commands. Thanks
  11. thanks alot for every one, I am trying to do a similar site like this one
  12. MrAdam, I disagree this mashup site is done very well, maybe another member can tell or suggest some tools can do that job.
  13. Hello, this site "http://www.tablehound.com" built with YUI but what tools used to built it to be in that great shape !! Thanks
  14. really ??? I did not know that I was going to learn ASP.NET because of the UI, now what is your advice ? I know it is better to use a framework or something, right ?. Thanks
  15. Hello thorpe ok, so do you know a good tools or framework that can make good UI ? Although PHP is very good but I need to match the UI that built with ASP.NET, I dont like ASP.NET but the interface is much better than using JS + CSS + HTML do you agree ?
  16. Hello, - Is there any new good framework or tools to build good web interface with PHP ? - I know that JS can do that but is it the only way to build a good interface ? Thanks
  17. I mean in general does 2 select faster than 1 for select with 2 rows ?
  18. Hello, I need expert advice about which is faster for a stored procedure in my database (about 200,000 records) if I use 2 Select statements or use for select that return 2 rows ? P.S: I created indexes for fields in the where clause. Thanks
  19. Thanks wildteen88 but I know the apc extension I tried this extension and the progress jumps from 0% to 100% I found out later that it did not work behind a firewall also my host "namesco" did not accept to install this dll they claim that it will compromise the server security. so I just ignore it. but the one installed with current php version is official so the host must accept this one "php_uploadprogress.dll" I hope to find doc for this Thanks
  20. Hello Every body, Recently when I installed php-5.2.5-win32 I found the setup contain an option to install file upload progress so I installed that extension to try it My php.ini has now those lines: [php_UPLOADPROGRESS] extension=php_uploadprogress.dll but I dont know how to try it I search google and found alot of extensions but dont know which one belong to the one I installed, can you help me to make small example with this extension ? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.