User Profile

Collapse

Profile Sidebar

Collapse
cybosofttech
cybosofttech
Last Activity: Oct 13 '11, 04:27 AM
Joined: Oct 12 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cybosofttech
    replied to WAMP not going online
    By default apache uses port 80 as default http port. If some other services like IIS or skype are installed on the system then port 80 get occupied by these services. This is the main reason of apache server to stop function. In this condition you can also change the apache default http port to 8080.


    Thanks
    Manish Choudhary
    See more | Go to post

    Leave a comment:


  • cybosofttech
    replied to store image blob in database joomla
    in CMS
    You have to convert image into byte array..

    but I personally recommend not to store image in database as it will increase unnecessary traffic to your database server and can affect your site performance. So its better to store image somewhere in your web-space and store the path only to the database. Its just my opinion.

    Thanks
    Manish Choudhary
    See more | Go to post

    Leave a comment:


  • Wordpress is better if you are plannig for a small site as it has very simple interface...... .......
    See more | Go to post

    Leave a comment:


  • Yes you can install Joomla(Xampp) on windows plateform. In Xampp the charactor 'X' stands for cross plateform, so it can be installed on any plateform. Second charactor 'a' stands for apache, last two 'p's represent php and perl respectively..

    Thanks
    Manish Choudhary
    See more | Go to post

    Leave a comment:


  • ++ operator is called increment operator . ++[variable] is called preincrement operator and [variable]++ is called post increment operator.

    The preincrement operator first increment operator will increment the value stored in variable and then returns the stored value.
    See more | Go to post
    Last edited by Banfa; Jun 26 '20, 10:54 PM. Reason: Removed external link

    Leave a comment:

No activity results to display
Show More
Working...