User Profile

Collapse

Profile Sidebar

Collapse
RuthC
RuthC
Last Activity: Jul 23 '12, 06:30 AM
Joined: Nov 15 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Elgg 1.7.7 Installation - Blank Page after Database Settings

    I am trying to install elgg 1.7.7 in windows with Apache 2.2 and php 5.3, I have checked that mod_rewrite is working.

    Now the issue is I am getting a blank page after submitting the database details.

    can anyone help me
    See more | Go to post

  • RuthC
    replied to Group by Date - Datetime Problem
    in PHP
    Use date_format( `date_added` , '%Y-%m-%d' ) like this. you will get only date
    See more | Go to post

    Leave a comment:


  • Jquery validation with dependency-expression is not working in IE

    Jquery validation with dependency-expression is not working in IE. it works fine in FF. Here is the part of code.

    Code:
    $("#myform").validate({  
        rules: {                                                                           
            cat_list:{required: function(){ return $('#offertype:checked').val() == 2}},  
            panel:  "required",  
            title: "required"
    ...
    See more | Go to post

  • RuthC
    started a topic set session out in every 30 min
    in PHP

    set session out in every 30 min

    Hi,

    How to set session out in every 30 min.

    Ruth
    See more | Go to post

  • RuthC
    replied to XML tree not displaying in IE7
    in XML
    Extension is .xml I want the out put in xml tree format.
    pls help me urgently..
    Ruth.
    See more | Go to post

    Leave a comment:


  • RuthC
    replied to XML tree not displaying in IE7
    in XML
    Ohh , No luck.. Its driving me mad.. pls help me somebody...
    Im getting error like this 'feed format not supported'
    Ruth.
    See more | Go to post

    Leave a comment:


  • RuthC
    started a topic XML tree not displaying in IE7
    in XML

    XML tree not displaying in IE7

    Hi,

    My feed is not showing in IE7, working fine in FF,chrome and IE6,
    here is the code

    Code:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    	<feed>
    		<title>Transaction Details</title>
    		<records>
    				<transaction>
    				<tID>1</tID>
    				<uID>1567YTY01</uID>
    				<Commission>125.00</Commission>
    ...
    See more | Go to post

  • RuthC
    started a topic preg_replace not working in server
    in PHP

    preg_replace not working in server

    Hi,

    I am using this code to make my query nice
    Code:
    // Make nice query, remove multiple: spaces, '`' (safe slashes), 'AND', 'OR', ...
    $pattern = array ( '/(AND[\s])+/', '/(OR[\s])+/', '/\s+/', '/`+/', '`^[^\w\d]`', '`[^`\w\d]$`' );
    $replace = array ( 'AND '        , 'OR '        , ' '    , '`'   , ''        , ''         );
    $search_preferences['SQL_Query']     = preg_replace ($pattern, $replace, $search_preferences['SQL_Query']
    ...
    See more | Go to post

  • How to draw underlined text using TrueType fonts to an image?

    Hi,

    How to Write text with underline to the image using TrueType fonts

    please help
    See more | Go to post

  • Thanks Its Working

    Code:
        $text = "Test Text";
        $image = imagecreatetruecolor(200,45);
        $white = imagecolorallocate($image,255,255,255);
        imagefill($image,0,0,$white);
        $red = imagecolorallocate($image,255,0,0);
        $degrees = (173/strlen($text)/3.7);
        for ($i=0;$i<strlen($text);$i++) {
            $a = ($degrees*$i)+246;
            $cos = cos(deg2rad($a));
    ...
    See more | Go to post

    Leave a comment:


  • RuthC
    started a topic arc text using php
    in PHP

    arc text using php

    how to create arc text using php
    See more | Go to post

  • RuthC
    started a topic Image Creation Using php
    in PHP

    Image Creation Using php

    How to put text and images to an exising image and create a new image with the text and image.
    I dont want to use photosho or other image editing software.I want to create it dynamically..

    pls help me..
    See more | Go to post

  • RuthC
    replied to warp text using javascript
    Hi,

    I have a text 'sample text' and one button 'arc warp' on click the of the button the text effect should change to arc warp
    ex

    I want the text like arc warp in that image.....
    See more | Go to post

    Leave a comment:


  • RuthC
    started a topic warp text using javascript

    warp text using javascript

    How to create a warped text using javascript? Is it possible..?

    pls help me ...
    See more | Go to post

  • RuthC
    started a topic How to remove a specific thread from vbulletin
    in PHP

    How to remove a specific thread from vbulletin

    I am using vbulletin 3.7. and I logged in as administrator, I want to see all the thread posted in forum and also remove a specific thread(both subscribed and unsubscribed)
    pls help me.
    See more | Go to post

  • RuthC
    started a topic SEO plugin problem in wordpress
    in PHP

    SEO plugin problem in wordpress

    I am using semologic theme for my blog, and i put seo.php in wp-content/themes/semiologic/admin

    The seo option was working for all blogs except one.
    the problem is that the option seo is there, but i cant save the title,keyword and description. while save it will remain blank..

    did i need to enable any features or any other plugin for this? please help me out this.



    thanks
    ...
    See more | Go to post

  • RuthC
    started a topic Error while using MAX function in update clause

    Error while using MAX function in update clause

    Hi
    i want to update the recorde like this
    [CODE=mysql]
    UPDATE category_shops SET category_shops_ id = (SELECT MAX(`category_s hops_id`)+1 FROM category_shops) WHERE category_shops_ id = 0 AND shop_id= 14856 AND category_id = 14
    [/CODE]

    but getting the error
    "1093 - You can't specify target table 'category_shops ' for update in FROM clause "

    please help me
    See more | Go to post
    Last edited by mwasif; Jan 3 '08, 12:24 PM. Reason: Replaced [CODE] with [CODE=mysql]

  • RuthC
    replied to Error
    in PHP
    Hi coolgames,

    You missed the ',' to seperate the array elements
    try this now
    Code:
    <?
    
    function village_music_getmoduleinfo(){
    $info = array(
    "name"=>"Village Music (Ops)",
    "version"=>"0.1CG",
    "author"=>"`2Raja Naveen Kavuru (coolgames)",
    "category"=>"CG",
    "settings"=>array(
    ...
    See more | Go to post

    Leave a comment:


  • RuthC
    replied to php spellchecker
    in PHP
    Hi beary,
    Try this..
    http://chxo.com/scripts/spellcheck.php? showsource=1#so urce...
    See more | Go to post

    Leave a comment:


  • RuthC
    replied to To get the window name using PHP
    in PHP
    Hi,
    u can use $_SERVER['REQUEST_URI'] to get the current url....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...