Jump to content

paragkalra

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by paragkalra

  1. Hi All, Few years back I bought space and tools to design a website. And I ended designing following website. http://www.paragkalra.com/ It has many bugs and lot of hard coding. I want to completely change my website using a good framework which mainly use PHP/MySQL/Linux and other open-source tools I would need information on following things: 1. Latest trend in PHP/MySQL website designing 2. Good OpenSource tools that I can integrate with my website. 3. Free available frameworks using PHP/MySQL 4. If someone can review my current website and show some pointers that would be really great. 5. Maintenance of the website should be really easy. PS: I can only use OpenSource tools and technologies.
  2. Hi All, I am not a guru in web-design so this question may sound silly or in first place may not be a PHP question itself. I have a scenario where I would have multiple tabs in my website. The requirement which I have is that when I hover my mouse over any of the Tab - Sub tabs associated with that tab should get auto populated in a new lower tab. Can we achieve this through PHP.
  3. I often face this wierd problem when IE asks me to download or open the PHP file instead of displaying it. Any idea why it happens and how can I get rid of it. I am using Apache 2.2 and PHP 5.2.13
  4. Hey All, This for the first time I want to connect Oracle DB (10g) using PHP. So far I have been doing it using Perl What are the pre-requisites - Like which version of PHP, any driver etc. My Oracle DB is located remotely. To start off with I want to fetch some rows on Windows and then move to Unix. Hence I would also need the prequisites for Unix as well (Solaris).
  5. Hello Folks, Is there a way we can set shortcuts in mysql. Take for instance I use "select * from <mytable>" after every 5 minutes to check the values of various rows. So I was think if I can get a way to set a shorcut to above query something like 'set myquery = "select * from <mytable>" This is should fetch me all the rows from <mytable> after executing "myquery" on "mysql" prompt as shown below: mysql>myquery For people knowing Linux - I want something like "alias" command.
  6. Hi All, I am planning to add php code to enable word verification on my website so as to have moderation on the feedback/comments that will be posted on the website. Can anyone share their code or any URL that will give me the pointers. Please see the attached screenshot for an example that I want to implement. [attachment deleted by admin]
  7. Thanks.... BTW any other book someone would like to suggest....
  8. Could some please suggest a good MySQL book for beginers...
  9. Hello All, I was looking for PHP Coding guidle lines. Could someone please share some online URL specifying the best coding practices to be followed while coding in PHP? Cheers, Parag
  10. Folks, Please go to following URL. It's one of the page of my website: http://www.paragkalra.com/movies.php?video=holly Then see the attachment. In the attachment I have marked the section that is getting extra left aligned or you can say not getting properly aligned. Could some please point the reason for this deformation. [attachment deleted by admin]
  11. Hello Folks, I am a newbie in this world of web-development. I have made my own website. However the website looks different when opened on different machines having different screen resolution. Is there a way we can make sure the website structure is independent of the screen resolution of the machine on which it is accessed?
  12. @ Crayon Violent Yup U are correct...my aim was just to know if there is any dummy function or a command available in php...
  13. Thanks KingPhilip & Crayon Violent for your suggestions ... as a workaround I am already using:
  14. I have following logic in one of my php file: It's working but the problem is that echo in "if" clause is inducing a new line. Does anyone know any dummy php function or a command which will do nothing and will also not insert a new line? Or is there a way through which I can disable new line using "echo" itself?
  15. I intend to display some Non-English (Hindi) language characters on a PHP page. Things work fine when I hardcode it on the PHP page and use following tag in the php page: Now I have stored the same characters into MySQL database and both the row & table collation are set to "utf8_unicode_ci" However the characters are appearing garbled. Any idea what am I missing ?
  16. I am sorry for making a slight mistake in my post...I actually want that all the URLS/Hyperlinks present on the index page of my website should by default either open in new window or in new tab...i.e. I want my index page to always remain open on the browser...
  17. Hey folks, I am designing my own website. I want the tabs to open in new window with control remaining with the existing page. I tried using . The link is getting opened in the new tab but the control is being transfered to the new page where as I want it to stay with the parent page. I know to an extent it depends on the web-browser but still I want to know the best way to do so.
  18. Yup databases are located remotely...
  19. I have 2 exactly same MySQL databases. I am very lazy to keep both of them synchronised. Is there a way through which I can automate the synchronisation process. That is to say if I make any change in one of the database like creating a table or adding a row or a column to a table of one of the database it should get reflected in other database.
  20. Hello all, For some reason I intend to display my PHP on a web browser. That is to say that I don't want my PHP code to get interpreted. Take for example what do I need to do to display following sample php code as it is on a web browser:
×
×
  • 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.