www.webdeveloper.com

Search:

Type: Posts; User: masterwin

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    527

    @ Sup3rkirby , Really a big thanks for your...

    @ Sup3rkirby ,

    Really a big thanks for your reply,

    echo strtotime('2013-01-13 06:00');

    so far, this is time 6 AM, the calendar shows event be at 11.30 ( like +5.30 ) ( this is my timezone...
  2. Replies
    2
    Views
    527

    URGENT : PHP DateFormat

    Dear All,

    i am using following calendar,

    http://code.google.com/p/jquery-events-calendar/downloads/detail?name=eventCalendar_v042.zip&can=2&q=

    for my work,

    In this they used date value as...
  3. Replies
    6
    Views
    881

    Thanks, Can you list overall things that CSS3...

    Thanks,

    Can you list overall things that CSS3 differ from CSS2 ?

    Thanks
    DS
  4. You are most welcome :cool:

    You are most welcome :cool:
  5. Hi, As in "if" isset condition ...

    Hi,

    As in "if" isset condition

    $action=$_SESSION['action'];

    you assigned session value to $action variable,

    then you unset the session variable and NOT the $action variable, because this...
  6. Replies
    11
    Views
    1,735

    Hi is_numeric is not work, because it gives...

    Hi

    is_numeric is not work, because it gives true for "6.5" too

    so its best with preg_match only

    Let me know if any issues

    Thanks
    DS
  7. Replies
    9
    Views
    829

    @mythic : Okay..then fine..

    @mythic : Okay..then fine..
  8. Replies
    9
    Views
    829

    @mythic: if human doing the spam post, your idea...

    @mythic: if human doing the spam post, your idea will work?
  9. Replies
    3
    Views
    723

    i can;t get it, what you saying now ,except...

    i can;t get it, what you saying now ,except thanks :confused:
  10. Replies
    1
    Views
    465

    add ob_start(); at the start of the page

    add ob_start(); at the start of the page
  11. Replies
    9
    Views
    829

    The spams are logically can;t be avoid, ...

    The spams are logically can;t be avoid,

    because now a days, the human beings are posting a form ,rather than a robot

    so its best method, to get an ip address of the span poster and keep that ip...
  12. Replies
    3
    Views
    723

    A general logic: Once member logged in, using...

    A general logic:

    Once member logged in, using his primary key we can retrieve his info from db and the member can change his details,

    once he updated the details, we have to check , the email...
  13. Thread: .htacces

    by masterwin
    Replies
    0
    Views
    470

    .htacces

    Hi All,

    i like to redirect the following types of url to home page using .htaccess

    http://localhost/checking/tester/feed/

    http://localhost/asdasdsa/ererwrew/feed/

    the key point is the...
  14. Replies
    1
    Views
    453

    ...

    <form name="declaration" action="good.htm" >
    <a style="background:#CCC;" onClick="document.declaration.submit();">Go to</a>
    <input type=checkbox onClick="submit();">
    </form>
  15. Replies
    2
    Views
    446

    can you put the code over here?

    can you put the code over here?
  16. Replies
    9
    Views
    1,561

    HI Have you like to licence the module? ...

    HI

    Have you like to licence the module?

    There are lot of encoders available to encrypt the php code and decript using your licence

    check something with ioncube,phpmylicence ,byterun etc.
    ...
  17. Replies
    4
    Views
    1,089

    Make it as two separate query and execution

    Make it as two separate query and execution
  18. Hi you can use the variable in session to...

    Hi

    you can use the variable in session to access or as cookie in javascript.

    so that you can access at all pages
  19. Replies
    2
    Views
    706

    Hi if the site is navigating perfectly in new...

    Hi

    if the site is navigating perfectly in new developer server, then there no issue with the old developer files.

    if old developer used .htaccess, then without this file in the included files,...
  20. Replies
    1
    Views
    522

    Hi $sql="SELECT * FROM table_name";...

    Hi

    $sql="SELECT * FROM table_name";
    $result=mysql_query($sql);
    if(mysql_affected_rows()>0) {

    while($row=mysql_fetch_array($result))
    {
    $cntInOneRow=count($row);
    ...
  21. View Post

    <?php
    if(isset($_REQUEST['submit'])) {

    if ((($_FILES["file"]["type"] == "image/gif")
    || ($_FILES["file"]["type"] == "image/jpeg")
    || ($_FILES["file"]["type"] == "image/pjpeg"))
    &&...
  22. Thread: Login Script

    by masterwin
    Replies
    4
    Views
    654

    create login and securepage ( Logged Members...

    create login and securepage ( Logged Members page)

    At secure page, after db connection. check the user is logged in and process the page based on the result
    --------------------
    For example...
  23. Replies
    5
    Views
    1,035

    you can show in a div with showable height and...

    you can show in a div with showable height and width and with the style to scroll
  24. Hi benconnekt thanks ..its good to use jquery...

    Hi benconnekt

    thanks ..its good to use jquery

    Thanks
    masterwin
  25. Hi, Add Name to 2nd form and change 2nd...

    Hi,

    Add Name to 2nd form and change 2nd function with form name

    <script type="text/javascript">
    function firstResult()
    {
    var x=document.getElementById("first").selectedIndex;...
Results 1 to 25 of 46
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles