Jump to content
xisto Community

avalon1405241471

Members
  • Content Count

    137
  • Joined

  • Last visited

Everything posted by avalon1405241471

  1. There is also difference in responding time.Generally, include and include_once load fast than require and require_once.Some function only work with require and not with the rest.I have personally experience that serveral times before with MySQL Query.
  2. Okay, I will looking out for it but what is the advertising fee? This charity service is true, i need a good web host to carry that out. I have quite a large number contact resources. I need it to market it to the world.
  3. Thanks a lot!Please help to spread the words. Maybe some of your friends may have something to offer. Thanks again!
  4. Do you have something to give?For an example, an old toy, unwanted clothes, food vouchers and etc.Tell me your location. I will find a way to get this needy people to reach you.Do you prefer to remain anonymously?I will then have to find someone around your area to represent you during the collections.Do you have other stuffs or knowledge to share with people who can not afford to go to school to achieve it?Does any company in your country provide free internet access?I would like to give a list of this beneficial freebies to people who needed it.Thank you very much for you partipation.
  5. Actually, there are no rules in designing in an artistic sense. In commerical art/design, designing is not just for beauty. It must be pleasant, appealing to target users and practical. We have to consider how people react to certain objects, shapes and colors to achieve positive results. I can continue in a long paragraph but the above should be enough to let you know the difference and why. Need more points of views? Let me know. Dun want to waste your effort reading what you may not like. Thanks for your time!
  6. Please show me the web site where you install it. Please briefly describe the errors or problems you had encountered. I may need you to email the source code for me to debug it for you. ------------------------------------------------------ In the meantime, please help to contribute your thoughts here (General - The Lobby (Charity)). Thanks a million!
  7. Is there anyone who have anything to give? Are you from a Charity Organization or simply someone who just want to help people who needed help? Please post a message or email/PM me from here, I will do all I can to see your wish come true. If you are a person who needed help, please post a request here or email/PM me from here. Please do not misuse this Topic. I am sincerely hoping to help people who needed help. Have a happy time helping people!
  8. It's pretty obvious what the user had in mind when he/she ask to display HTML tag code without randering it as HTML result.Using textarea enable the code creator to achieve what he/she is looking for with minimal or no problem from the end user. It can be styled with size, colored, background image with no border and scoll bar. It still enable end users to copy the code, paste and save as it is without needing to make any changes.If you want to know how, just ask kindly and you shall be answered.
  9. I dun agree with you, textarea it can be very nice too, if you know how to implement style sheet to it. I believe you are not a designer, at least not a commercial designer that earn praises from your customers.I am a very experience designer whom had worked with many companies in various industries doing many types of designs and assisted in various applications development in various languages.Prove me wrong and I will apologize.
  10. There various type of include function.Some script do not work with include function but it may work will require function.PHP Functions:-includeinclude_oncerequirerequire_onceAll the above functions respond differently.Need more details?Let me know.
  11. There is a much simplier way that works all the time. See Code <textarea cols="25" rows="5"><b>My Name</b></textarea>
  12. All the 3 types can create good Flash Animation. Freehand is easy for those who are trained in Print Media. Swish are for those who is keen in animation but know little about it. Macromedia Flash are for experience users who know what they want.
  13. You can definately use username "root" if you have root access to the MySql Server. Which means that you are using a VPS, Dedicated Server or Co-Location Server. Most VSH (Virtual Share Hosting) will not allow that. The following code should work, if it still show an error, let me know. <?php$db= @mysql_connect("localhost","root","rootpassword");if( !$db ) die( "Cannot Connect to Database" );@mysql_select_db("ad",$db);$imagenum = mysql_query("select * from ad where ID=1") or die(mysql_error());$imagenumcount = @mysql_num_rows($imagenum);while ($image = @mysql_fetch_object($imagenum)) {echo "<a href='".$image->imagefilename."'><img src='".$image->imagefilepath."' border=0 alt=wallpaper></a><br><br>";}?>
  14. It better to place it in <tr> if you want the whole row to be color with specific color. <style>.background_red {background-color: red;}.background_yellow {background-color: yellow;}.background_blue {background-color: blue;}</style><table cellspacing="0" cellpadding="3" border="0"><tr class="background_red"><td>Column 1</td><td>Column 2</td><tr><tr class="background_yellow"><td>Column 1</td><td>Column 2</td><tr><tr class="background_blue"><td>Column 1</td><td>Column 2</td><tr></table>
  15. XML is an alternative to a database. It is usually use to store only relevant data for an individual topic. Most News site use it. It can speed up the loading time of each topic.Imagine a News site like BBC, they have tons of data store in their database. For an user to just read a story, the user will have wait a long time for the database to search for the user request. Therefore, most News site opt. to write a seperate XML/RSS/RDF for each topic to speed up the loading.Hope my explaination is clear.
  16. Remote Hosted Hit Counter It may not slow down your webpage loading if the server providing the remote hosted counter is fast. If you are interested in such free service, let me know. I can build one for everyone who is interested in getting it for free. Just send me an email and your suggestions. I will see what I can do to meet your requests.
  17. You can have HTML code and PHP code in one php file.Just make sure all PHP code start with:-<?phpand end with:-?>As for HTML code, just leave it as it is, just like a normal HTML page.Need more detail explaination?Just let me know.
  18. We are lazy people working in a smart way.
  19. I like PHP, it is very versatile and it can work with many other programs without much problem.It is always improving, you can new version of PHP every few months to a year.All suggestions and bugs are oftenly handle seriously.Best of all, help and documentations are easily available in various languages and format.
  20. corel draw can also import other vector format like *.ai, autocad drawing and etc.I am a corel draw user.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.