A Flash Developer Resource Site

Search:

Type: Posts; User: vishalraj9

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Anyone else?

    Does anyone still want to contribute to the idea pool? It will serve the purpose of many if we can cover the topics here in this thread.

    Thanks again.
  2. Nice one, Musicman. I will have that in mind....

    Nice one, Musicman. I will have that in mind. Thank you.
  3. Hi Musicman, Thanks for your reply. There could...

    Hi Musicman,
    Thanks for your reply. There could be many inputs (apart from just a Name or Last name). I just took it as an example to explain better.

    Actually, I don't think I will ever get to...
  4. Validation, Security and Speed - Does my app have these?

    Hi all,
    I am currently working on a building community website in PHP. This contains forms that a user can fill right from registration to lot of other functionality. I am not an Object-oriented...
  5. Ahh.. I see.. Thanks much for explaining.

    Ahh.. I see.. Thanks much for explaining.
  6. Brilliant! That works fantastic! Thank you. Is...

    Brilliant! That works fantastic! Thank you. Is there anything you do not know? :) :) :)

    About the logic: Just wondering why we want it to look up a file that does not exist and how does the new...
  7. Hi Bud, Thanks for all the solutions so far,...

    Hi Bud,
    Thanks for all the solutions so far, once again. While experimenting with the code in .htaccess file, I stumbled across a new issue. I wanted to basically show pages ending in .php to be...
  8. Gotcha! I will keep this in mind. Thank you.

    Gotcha! I will keep this in mind. Thank you.
  9. The "/members/matt" approach looks clean to me...

    The "/members/matt" approach looks clean to me (may not be the cleanest), but will do the trick in some cases. Will I still need access to .htaccess file?
  10. Excellent. It did the trick. I am gonna mark the...

    Excellent. It did the trick. I am gonna mark the thread as solved. Thanks a ton!

    This may be slightly off-topic, but while I was working with the rewrite, the thought of URL rewriting without...
  11. It's in the main directory (root folder of the...

    It's in the main directory (root folder of the website). In my case, its located in "mydomain" folder. Link for localhost testing:
    http://localhost/mydomain/members/contact.html

    Hope that...
  12. Hi bud, Sorry, I thought I replied back to you...

    Hi bud,
    Sorry, I thought I replied back to you but I am bit surprised and bit shocked that I did not find my reply. Do you know if it was deleted for some reason?

    Anyways, I would like to thank...
  13. :thumbsup: Cheers to you, my friend! I got your...

    :thumbsup: Cheers to you, my friend! I got your new code in the .htaccess file and when I visited http://localhost/mydomain/about.html, I was able to access the index.php?page1=2 content. Got it...
  14. Hi, Sorry if I the information I left out was...

    Hi,
    Sorry if I the information I left out was crucial. Let me brief up again. I have PHP installed on my pc and I have my website which can be accessed at:
    http://localhost/mydomain/

    The...
  15. Hi, Thanks for your response. I tried what you...

    Hi,
    Thanks for your response. I tried what you said. Just placed those 2 lines in my .htaccess file, restarted my server and tried to access the url at:
    http://localhost/mydomain/about.html
    ...
  16. Hi there, Thanks much for the response. I tried...

    Hi there,
    Thanks much for the response. I tried inserting your line:
    RewriteRule ^about\.html$ /index.php?page1=2 [L]
    and restarted my localhost server on my PC and tried to browse the website...
  17. What it is doing: It is displaying the URLs in...

    What it is doing:
    It is displaying the URLs in the following format:
    www.mysite.com/index.php?page1=1&page2=2

    What it is not doing:
    Say I am able to access "About Us" content at...
  18. Hi, Thanks for the reply. Here's the contents of...

    Hi,
    Thanks for the reply. Here's the contents of my .htaccess file:



    Options +Indexes
    Options +FollowSymLinks
    RewriteEngine On
    RewriteBase /
    RewriteCond ...
  19. [RESOLVED] URL rewriting does not work on localhost

    Hi all,
    I am building a CMS website in PHP on my localhost and I have dynamic URLs, something on the lines of:

    www.mysite.com/index.php?page1=1&page2=2

    Now I was trying to get the links to...
  20. Hi, Thanks again for your prompt reply. I tried...

    Hi,
    Thanks again for your prompt reply. I tried out the recorder, generated the SWF file and recorded myself. But when I tried to play back my recording, it does not work. Neither was I able to find...
  21. Hi, Thanks a ton for the helpful reply. I tried...

    Hi,
    Thanks a ton for the helpful reply. I tried to get more info on Red5 and it seems that it is built in Java. So I am having a lot of problem in understanding their commands. Do you know of any...
  22. Record and host videos on website in PHP and Flash

    Hi all,
    I wanted to create a facility for users of my website to be able to record videos with sound live on my website and make it immediately available for viewing to others. Visitors will be able...
  23. Hi, Thank you for your response. I tried $count...

    Hi,
    Thank you for your response. I tried $count = mysql_num_rows($result); but it gives me an error on that line. I have 0 entries in books table & 1 entry in bags table for testing & would like to...
  24. MySql: Count number of rows from multiple tables in a single query

    Hi all.
    I am trying to count the number of rows from multiple tables in a single query based on criteria. For example, say I have 2 tables, books & bags but based on certain type of a book & certain...
  25. Replies
    2
    Views
    1,164

    Hi, You are right. I am using PHP & MYSQL. Yes,...

    Hi,
    You are right. I am using PHP & MYSQL. Yes, we are looking at thousands of entries (even probably hundred thousands one day) so the rank might go in hundred thousands. I will try to follow your...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center