Home
PHP
Latest Tutorials
How to rename a table in mySql?
How to increase the font size for Windows XP?
Search
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Tags
Articles
Web Links
Contacts
Categories
Sections
News Feeds
Search Keyword
function
Total: 42 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 3
1.
How to submit an HTML Form using JQuery?
(JQuery/JQuery)
... form" /> <input type="button" id="mybutton" value="Save" /> </form> Now when the button with id "mybutton" is clicked we want to submit the form using the JQuery submit()
function
which ...
2.
How to get the value of a radio button within a radio button group when selected using JQuery?
(JQuery/JQuery)
... Now use the following JQuery code to obtain the value for the selected radio button within the Group $("input[name=RADIOGROUP]").change(
function
()); ...
3.
How to add a CSS styled tooltip to your Joomla! 1.5 website?
(Joomla! Tutorials/Joomla! Tutorials)
... in the head section of your HTML page <script type="text/javascript"> window.addEvent('domready',
function
()); }); </script> Now where ever you want the tooltip to appear, place ...
4.
How to check if JQuery library is loaded?
(JQuery/JQuery)
... or
function
exists or is set and thus is not limited to jQuery alone. ...
5.
How to get the first element of an array using PHP?
(PHP/PHP)
...
function
available in PHP 4 and 5 which shifts an element off the beginning of an array. See example below$array = array('a','b','c','d'); $first_element = array_shift($array); echo $first_element;The ...
6.
Getting JavaScript errors or no response with Virtue Mart when clicking on Add, Apply or Cancel button?
(Joomla! Tutorials/Joomla! Tutorials)
... it has to do with the readfile php
function
. Error: invalid regular expression flag v Source File: http://joomla/components/com_virtuemart/fetchscript.php?gzip=0&subdir[0]=/themes/default&file[0]=theme.js&subdir[1]=/js&file[1]=
function
s.js&subdir[2]=/js/admin_menu/js&file[2]=virtuemart_menu.js&subdir[3]=/js/admin_menu/js&file[3]=nifty.js&subdir[4]=/js/admin_menu/js&file[4]=fat.js&subdir[5]=/js/extjs2&file[5]=yui-utilities.js&subdir[6]=/js/extjs2&file[6]=ext-yui-adapter.js&subdir[7]=/js/extjs2&file[7]=ext-all.js ...
7.
How to get the current UNIX timestamp using PHP?
(PHP/PHP)
Question: How to get the current UNIX timestamp using PHP? UNIX TIMESTAMP: Is the time measured in seconds since the start of the Unix epoch "1 January 1970" Answer: Use the PHP time
function
...
8.
How to get random rows when querying a database table using mySql?
(Databases/mySql)
... SELECT * FROM ads ORDER BY RAND() LIMIT 3 We've used the RAND()
function
to return random table rows ...
9.
How to convert a mySql Datetime field to a Unix Timestamp using PHP?
(PHP/PHP)
Question: How to convert a mySql Datetime field to a Unix Timestamp using PHP? Answer: In the example you'll find a handy PHP
function
that will do the conversion. <?php $DATETIME = '2010-04-22 ...
10.
How to remove all white spaces within a string using PHP?
(PHP/PHP)
Question: How to remove all white spaces within a string using PHP? Answer: There are two
function
s that could be used namely str_replace and preg_replace. First we'll give an example using str_replace. ...
11.
Getting Warning: split(): REG_BADRPT when using the split PHP function
(PHP/PHP)
Question: Getting Warning: split(): REG_BADRPT when using the split PHP
function
when I try to split a string after each question mark (?). eg. $string = "ABC?DEF?BGT"; list($a,$b) = split('?',$string); ...
12.
How to set a timer in JavasScript?
(Javascript/Javascript)
Question: How to set a timer in JavaScript? Answer: If we want to call a
function
every 10 seconds using JavaScript we can accomplish it by implementing the following piece of code window.setInterval('your
function
()', ...
13.
How to remove all 0's (zeros) from an PHP array?
(PHP/PHP)
... the PHP array_filter
function
. If you don't supply a callback
function
it will filter out all values that are equal to false $new_array = array_filter($array); ...
14.
How to encode a URL in JavaScript?
(Javascript/Javascript)
Question: How to encode a URL in JavaScript? Answer: There are two JavaScript
function
that you can use to accomplish this encodeURIComponent()Encodes a URI component Encodes special characters ...
15.
Script to resize PNG, JPG and GIF images using PHP keeping the aspect ratio?
(PHP/PHP)
... is set to 0 and the width is given. NOTE: Make sure the GD libraries are enabled in order to use this script. Script: /** * make_thumb() * This
function
...
16.
How to upload a file via Ajax using a form with JQuery and PHP?
(JQuery/JQuery)
... <!-- $(document).ready(
function
() , success:
function
() }; $('#upload').submit(
function
() ); }); //--> </script> ...
17.
How to convert all $_POST or $_GET values to Integers?
(PHP/PHP)
Question: How to convert all $_POST or $_GET values to Integers? Answer: By using the built-in PHP
function
s array_map and intval. array_map = Applies the callback to the elements of the given ...
18.
How to remove the first element of an array using PHP and then storing the element in a variable?
(PHP/PHP)
Question: How to remove the first element of an array using PHP and then storing the element into a variable? Answer: By using the PHP
function
'array_shift' we can remove the first value of an ...
19.
How to display code as content using PHP as your programming language?
(PHP/PHP)
... Answer: Use the 'htmlspecialchars' PHP
function
tdisplay the code as contenthtmlspecialchars - Convert special characters to HTML entities (PHP 4 & 5) See the example below htmlspecialchars('<script ...
20.
How to remove values in one array from another array using PHP?
(PHP/PHP)
... B. Answer: Use the PHP
function
array_diff Description array array_diff ( array $array1 , array $array2 [, array $ ... ] ) Compares array1 against array2 and returns the difference. ...
«
Start
Prev
1
2
3
Next
End
»
Can't upload images using Joomla! 1.5* Media Manager * Warning: Failed to move file! * Error. Unable to upload file.
Joomla! 1.5 - JFolder::create: Could not create directory Warning! Failed to move file.
XML Parsing Error at 1:1. Error 4: Not well-formed (invalid token) when installing a Joomla! module
How to disable all html form elements within a DIV tag using JQuery?
How to personalize the Order Confirmation Email Template in Virtuemart
Fatal error: Call to undefined method: stdClass->onAuthenticate() in /home/sitename/libraries/joomla/user/authentication.php on line 121 (Joomla! 1.5)
How to remove the "Community: About Community Builder" Button when editing your Profile in the Front End using Community Builder
How to uninstall Skype in Ubuntu?
How to remove the border around the PDF, PRINT and Email link icons in Joomla!
How to add a preloader when using the JQuery ajax load method?
How to prevent Ubuntu from creating a .Trash-1000 folder when deleting files from a USB flashdrive?
Accidently deleted top menu in Joomla! 1.5 and need to re-add it?
Error: "Could not complete the operation due to error c00ce56e" while using Ajax
How to add a favicon to your Joomla! 1.5 site?
Catchable fatal error: Object of class JVersion could not be converted to string in /components/com_acajoom/classes/class.jmail.php on line 1083 using Acajoom News 1.6.0 or later in Joomla! 1.5
How to import Evolution Mail from Linux to Thunderbird using Windows Vista?
How to compress a whole directory in Linux using gzip format?
How to solve error: 'PHP Warning: DOMDocument::createElement(): unterminated entity reference' when creating a new element using the DOMDocument object model.
How to remove Article Filtering in Joomla! 1.5.* when having a menu item with type "Display a list of Categories in a Section" or "Section Layout"
How to fix PHP Fatal error: Class 'DOMDocument' not found in /var/www/html/index.php on line 171 or similar error?
How do I hide and show HTML elements using JQuery without any special effects?
Redevo_Aphelion Top Menu Restore "Joomla! 1.5"
How to view a list of all port numbers in Linux?
Adding a Menu Entry for a Single Article in Joomla! 1.0.x
Text is unreadable when clinking Print, Email button to preview print, email page in Joomla!
How to add an image next to the menu item link in Joomla! 1.5
How to add a Read More Link in Joomla! 1.5 in Static Articles
How to configure Pidgin 2.5.5 for Google Talk?
JHTMLform not supported. Invalid Token.
How To Install The Internet Explorer On Ubuntu 8.04/9.04
How to remove the Front Page Article from the Home Page "Front Page" using Joomla! 1.5
How to create a symbolic link in Linux?
How to set the Error Reporting to a lower level in Joomla! 1.5
How to customize Virtuemart`s Order Confirmation Email
How to remove 'Welcome to the Frontpage' title in Joomla! 1.5
What is the purpose of the & Ampersand in front of PHP Variables?
How to check how much memory you have available on Ubuntu (Linux)?
Warning: Missing argument 1 for JDocumentHTML::getBuffer()
Script to resize PNG, JPG and GIF images using PHP keeping the aspect ratio?
Removing "Welcome to Frontpage" Joomla! 1.5
Chillnet Hosting
Home
Joomla!
Image Editing
Firefox
Ajax
PHP
Email
Linux
Software
Javascript
Windows
Pidgin
JQuery
Komodo Edit
Links
Databases
HTML
Sitemap
Internet Explorer
Yii Framework
IT Online Directory
Recommended service:
site monitoring