CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: goldenswarna

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. how to upload files to svn using adobe dreamweaver

    hi

    any one give me suggestion to how to upload files to svn using adobe dreamweaver to svn?
    i had set up connection but how to uplaod it
  2. Replies
    3
    Views
    2,633

    PHP Re: how to public ip address

    thank u peej,
    is there any other way to get the public ip address? some of the api provide this external ip address how they get it? any suggestion
  3. PHP how to get nearbylocation using ip address

    hi
    how to get nearby location using ip address , i want to get nearby locatin with in km range. any one suggest me idea to do, is any google api provide this facility


    Thanks
  4. Replies
    3
    Views
    2,633

    PHP how to public ip address

    hi

    i have connected my computer in lan if i use $_server['Remote_Addr'] means it return private ip address only i used like this but i couldnt retrieve the public ip. any one suggest me for...
  5. Replies
    3
    Views
    4,286

    PHP Re: How to get Geolocation in php

    thanks peej how to i implement the extension in linux.

    how to get the near by location using the current location. can u tell any permant provider database or any api.


    Thanks
    sona
  6. Replies
    3
    Views
    4,286

    PHP How to get Geolocation in php

    How to get current location details using php. there are lot of example in net, i want standared api which should be updated and unbroken service forever or is any database for showing the location...
  7. CSS Re: Hi its urgent need to design css for mobile device

    can you give me some example code for create css to android, i used viewport but its show full page .

    thanks
    sona
  8. CSS Hi its urgent need to design css for mobile device

    Hi

    any one help me give sample css for mobile which should working perfectly ,how to design css for mobile device, i want main things we have to differeniate from mobile and web.

    i used...
  9. Replies
    4
    Views
    911

    PHP Redirect problem in the php

    Hi

    i have three folders ,

    example: first folder,second folder, third folder

    now i m using third folder file , i want to access the second folder function so i included that...
  10. Replies
    7
    Views
    10,042

    PHP Re: insert date value into sql using php?

    hi

    what is datatype for bind the datetime into msssql. i used sqlint4 but it is not correctly bind value.

    i know about the date functions.



    $now="1/2/2003";
  11. Replies
    7
    Views
    10,042

    PHP Re: insert date value into sql using php?

    hi how to bind the post value of date using php for sql

    can u give sample code ..



    $now=date("Y/M/D H:I:S");
  12. Replies
    7
    Views
    10,042

    PHP Re: insert date value into sql using php?

    hi thanks for ur reply

    i want this format to be stored in database "m/d/Y h:i:s A" ?

    how to i achieve this using php and store it in database.
  13. Replies
    7
    Views
    10,042

    PHP insert date value into sql using php?

    i want to store date in many fields of sql server 2000, the date field having the datatype datetime and i pass the value to the date field like below


    $now=date("m/d/Y h:i:s A");

    ...
  14. Re: Post subject: how to change color of disable button using css ?

    i used like this



    input[disabled]
    {

    background:#DDDDDD;
    color:#838383;
    border-color:#838383;
  15. Re: Post subject: how to change color of disable button using css ?

    i used like this too but background color didnt change to me in ie
  16. Post subject: how to change color of disable button using css ?

    i use the following coding for disable button using css . it works well in firefox and safari but not worked in ie..now i tested ie 6 it is not worked . anyone tell me why it is not support in ie or...
  17. Replies
    0
    Views
    612

    how to display googlemap

    hai

    how to display googlemap by passing country and create marker for that country


    Thanks
    sona
  18. Replies
    2
    Views
    854

    how convert psd to html

    Hi

    how to convert psd to html , please help me i am new to photshop



    thanks
    sona
  19. Re: check colum which have multiple values in mysql

    thanks
  20. Re: check colum which have multiple values in mysql

    hi

    thanks ajhampson,peejavery

    i made change table


    now i have three tables

    games table
  21. Re: check colum which have multiple values in mysql

    Hi

    usertable have

    id name game hobby address......
    1 ajay carom tennis 56...
    2 malar chess fashiondesign 588...

    games table
  22. check colum which have multiple values in mysql

    Hi

    i want to check the column which have mulitple values and retrieve the row

    i have two tables one is games and another one is user

    In Games table contain the 3 fields...
  23. Replies
    1
    Views
    712

    Re: date into words

    Hi i find the way

    $val="2010-3-2";
    $today = date("j F Y",strtotime($val));


    thanks
    sona
  24. Replies
    1
    Views
    712

    date into words

    Hi how to convert a date (2010-2-1)into words of 2010 febr 1


    thanks
    sona
  25. Re: how to selecting value using oops? in php

    hi
    there is no wrong in my code i t works fine in everywhere



    Thanks
    A.sona
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured