User Profile

Collapse

Profile Sidebar

Collapse
divyac
divyac
Last Activity: Aug 18 '09, 08:51 AM
Joined: Aug 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • divyac
    started a topic IE8 vs XML
    in XML

    IE8 vs XML

    Check out the following link.
    http://mssportfolio.co m/popup/
    If u click on the "Add to cart" button,a pop up appears with some data retrieved from XML.The pop up works fine in Firefox but not with IE.The pop up appears in IE but not the data from xml file.what may be the problem?The script to retrieve xml code is as follows:

    Code:
    function loadXMLDoc(dname)
    {
    var xmlDoc;
    
    if (window.XMLHttpRequest)
    ...
    See more | Go to post

  • divyac
    started a topic Session problem in IE
    in PHP

    Session problem in IE

    Please check out the following link
    http://mssportfolio.co m/breeds/index.php
    Login with username="Demo" and Password="demo" .In firefox,the page gets logged in and not in IE.Can anyone guide me in this issue??
    See more | Go to post

  • divyac
    replied to javascript error in text editor
    yes it supports javascript. Am using openwysiwyg_v1. 4.7 and also FCKeditor.
    See more | Go to post

    Leave a comment:


  • divyac
    started a topic javascript error in text editor

    javascript error in text editor

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script type="text/javascript">
    ...
    See more | Go to post

  • divyac
    started a topic Iframe Code Embedding
    in PHP

    Iframe Code Embedding

    Please check out the following iframe link.

    <iframe src="http://free.scorespro. com/soccer.php?styl e=FF020E,F4F4F4 ,000066,FFFFFF,
    B9B9B9,FFFFFF,0 00000,F4F4F4,FF FFFF,tahoma,8,4 68" frameborder="0" height="3000"
    scrolling="No" width="468" marginheight="0 " marginwidth="0" ></iframe>

    I want to use this link in my web page.Is it...
    See more | Go to post

  • divyac
    replied to Browser Compatibility Problem
    Sorry and Thanks.working fine..
    See more | Go to post

    Leave a comment:


  • divyac
    started a topic Browser Compatibility Problem

    Browser Compatibility Problem

    I am developing a site using PHP and Mysql and facing the following problem.kindly have a look at the following link:

    http://mssportfolio.com/dress/dressdetails.php?id=3

    This particular link works fine in Firefox but displaying nothing in IE.The problem is with the written javascript.The javascript is to maximize the image by clicking on that image and to move to the next image by clicking the "Next" button.if...
    See more | Go to post

  • divyac
    divyac posted a Visitor Message for dlite922
    thats ok..no need to say sorry..i have finished it already..thanks ..
    See more | Go to post

  • dlite922
    dlite922 posted a Visitor Message for divyac
    I don't insult, I'm sorry if it looked that way. Where are you stuck and where the code is giving problems.

    I rarely view my Visitor messages, create a new thread.
    See more | Go to post

  • divyac
    divyac posted a Visitor Message for dlite922
    thanks for ur advice.actually i started this thread after finishing about 70% thinking that i may get some new ideas.u can give advices in a soft manner and not in an insulting way...
    See more | Go to post

  • divyac
    replied to To upload multiple image files
    in PHP
    Thanks

    Thanks for ur advice markus...i hv finished that part with your GREAT help........... ...
    See more | Go to post

    Leave a comment:


  • divyac
    started a topic To upload multiple image files
    in PHP

    To upload multiple image files

    I want to upload 9 image files and if i click the submit button,all the images should be sent to a folder named "images" and the thumbnail images of those images should be created and sent to a folder named "thumbnails " inside "images" folder.Also,the image path should be sent to the database..Is it possible??if so,pls guide me..
    See more | Go to post

  • divyac
    replied to Random password generation
    in PHP
    thank hsriat..its working.... :)
    See more | Go to post

    Leave a comment:


  • divyac
    started a topic Random password generation
    in PHP

    Random password generation

    I want to generate password randomly and send to mysql database using PHP..i have got the following function for generating password but doesn't know how to incorporate in my registration form and where to call that function and update password field in database..pleas e help me..
    Code:
        function generatePassword ( $length = 8 ) {
        // start with a blank password
        $password = “”;
    
        // define possible
    ...
    See more | Go to post

  • Problem in handling external text file content from PHP function

    Hi
    I have a text file named email.txt which has the following contents
    test@test.com
    a@x.com
    zooman@deeply.b ored.org
    b@x.com
    guess.me@where. ami.net
    testmore@test.c om

    I want only the domain part of the listed email ids separately. The code which I tried is as follows

    Code:
    <?php
    function getUniqueDomains($list)
    {
    $domains = array();
    foreach($list as $l)
    ...
    See more | Go to post
    Last edited by Markus; Jun 3 '09, 12:54 PM. Reason: Added [code] tags.

  • divyac
    started a topic Drag and Drop Problem
    in XML

    Drag and Drop Problem

    I have created an id card template using svg and php...The template consists of 2 images namely a back ground image and an image which acts as a place holder to be replaced with the picture of the user..i am able to replace the image in that particular location but unable to drag that image to a particular point i need.There are many drop and drag scripts but not for <image>.Can anyone help me in dragging that image to any desired location...
    See more | Go to post

  • divyac
    started a topic SVG Image upload
    in XML

    SVG Image upload

    I have created an Id card template using Inkscape and by using <embed> i am using that svg file in my project(PHP/MySQL).Now if the user clicks on that template,it must become editable and the user must be able to edit the contents and upload his/her pics.Is it possible to replace an existing image and drag that image and keep it wherever the user likes inside the template?How should i do this??Help me.plzzzzzzzz
    See more | Go to post

  • divyac
    started a topic SVG - Inkscape
    in XML

    SVG - Inkscape

    i am doing an id card project in which i created templates using svg.my requirement is that if i click on the text over the template,the text should become editable and the user must be able to edit the contents.The other option is that i must have text boxes specifying different fields on a side and if one enters the data in the text boxes that should be affected in the template id card.is it possible to do this with inkscape??
    See more | Go to post

  • divyac
    started a topic Id Card Editing

    Id Card Editing

    I am doing an id card project using php/mysql and also i have many id card templates.If i click on any template,that particular id card should become editable and one should be able to change the personal details over the template.i must have text boxes specifying different fields on a side and if one enters the data in the text boxes that should be affected in the template id card..How is it possible.??Is there any tool to do this?or is it enough...
    See more | Go to post

  • divyac
    replied to Ajax Pop-Up
    The code is bit bigger...
    Still i have to work on some functionalities and that too only after submitting.Now my sole aim is to submit...Here is the code for returns.php

    Code:
    <?php
    include "includes/user.php";
    
    if(isset($_GET['customerID'])&& $_GET['customerID']!='' && isset($_GET['productID'])&& $_GET['productID']!='' )
    {
    $totalUser=mysql_num_rows(mysql_query("SELECT
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...