• Member Avatar for pritaeas
    pritaeas

    Stopped Watching download page data

    Hello, i want to download link's data or save its data on file how can i do that in PHP? AND for example: http://nseindia.com/companytracker/cmtracker.jsp?symbol=HDFCBANK&cName=cmtracker_nsedef.css from this link i want to …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching download page data

    Hello, i want to download link's data or save its data on file how can i do that in PHP? AND for example: http://nseindia.com/companytracker/cmtracker.jsp?symbol=HDFCBANK&cName=cmtracker_nsedef.css from this link i want to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in download page data

    > any other way to get its data? Not sure, see if they provide access to an API.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is this a good topic for my thesis, cross site scripting and sql injections

    If you want to add complexity to your thesis it will always be more time consuming. I don't think there are any shortcuts if you want to demonstrate flaws in …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching PDO CSV export fail

    This is my script. Previously was fine but after I change to PDO will pop up error message like this: ![c3e8a4ba0737f3f2c3b274bd177d4fc3](/attachments/large/3/c3e8a4ba0737f3f2c3b274bd177d4fc3.png "c3e8a4ba0737f3f2c3b274bd177d4fc3") It's showing this two line got error: stripslashes($result->getColumnMeta($i))) …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching PDO CSV export fail

    This is my script. Previously was fine but after I change to PDO will pop up error message like this: ![c3e8a4ba0737f3f2c3b274bd177d4fc3](/attachments/large/3/c3e8a4ba0737f3f2c3b274bd177d4fc3.png "c3e8a4ba0737f3f2c3b274bd177d4fc3") It's showing this two line got error: stripslashes($result->getColumnMeta($i))) …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in PDO CSV export fail

    One of your values on those lines is an array, but it's not expecting one. Check what your variables contain. Given just this small code snippet, it's impossible to determine …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching rename column

    Hello, What's the mysql syntax to rename column in a table? I try this: ALTER TABLE static_content RENAME COLUMN title TO shorttext MySQL said: Documentation #1064 - You have an …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching rename column

    Hello, What's the mysql syntax to rename column in a table? I try this: ALTER TABLE static_content RENAME COLUMN title TO shorttext MySQL said: Documentation #1064 - You have an …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in rename column

    @ling_tj, @anas.man: `RENAME COLUMN` is Oracle syntax, not MySQL.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Paypal error -payment failed

    Notice: Undefined index: item_number in C:\xampp\htdocs\paypal\success.php on line 6 Notice: Undefined index: tx in C:\xampp\htdocs\paypal\success.php on line 7 Notice: Undefined index: amt in C:\xampp\htdocs\paypal\success.php on line 8 Notice: Undefined index: …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Paypal error -payment failed

    Notice: Undefined index: item_number in C:\xampp\htdocs\paypal\success.php on line 6 Notice: Undefined index: tx in C:\xampp\htdocs\paypal\success.php on line 7 Notice: Undefined index: amt in C:\xampp\htdocs\paypal\success.php on line 8 Notice: Undefined index: …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Paypal error -payment failed

    > Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given Your MySQL query failed. Show the query if you need more information.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Need to track SQL dabase activity

    Guys, please suggest me, how can I set up an audit on SQL server 2008 if I need to track who, when, what and from where changed something on a …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Need to track SQL dabase activity

    Guys, please suggest me, how can I set up an audit on SQL server 2008 if I need to track who, when, what and from where changed something on a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need to track SQL dabase activity

    I don't know any (none come to mind), but am sure there are tools to help you do this. Perhaps RedGate has one.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching download page data

    Hello, i want to download link's data or save its data on file how can i do that in PHP? AND for example: http://nseindia.com/companytracker/cmtracker.jsp?symbol=HDFCBANK&cName=cmtracker_nsedef.css from this link i want to …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching download page data

    Hello, i want to download link's data or save its data on file how can i do that in PHP? AND for example: http://nseindia.com/companytracker/cmtracker.jsp?symbol=HDFCBANK&cName=cmtracker_nsedef.css from this link i want to …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in download page data

    It's a Java applet. I don't think you can get at it's data just like that.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching want to know everything about barcode and QR code

    hello , today i read about barcodes and QRcodes . well i see barcodes / QR codes and often see them on almost every product. But as a programming learner …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching want to know everything about barcode and QR code

    hello , today i read about barcodes and QRcodes . well i see barcodes / QR codes and often see them on almost every product. But as a programming learner …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in want to know everything about barcode and QR code

    > i wanna know about what they represent Usually a product number, but QR code is designed to contain something larger, like an URL. > how they are read by …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is this a good topic for my thesis, cross site scripting and sql injections

    > do you mean websites built with ASP.NET, PHP Yes, there are more like perl and Ruby for example. You can also think of differences in settings between IIS, Apache …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Is this a good topic for my thesis, cross site scripting and sql injections

    I am doing an investigation in to cross site scripting and sql injection and maybe other attacks for my thesis basically looking at vulnerabilities in websites that could potentially cause …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Is this a good topic for my thesis, cross site scripting and sql injections

    Try multiple websites built with different technologies. Then you can compare how they differ in preventing such attacks.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching flashplayer disaster

    PLEASE ! Can anyone recommend an alternative to Adobe Flashplayer
  • Member Avatar for pritaeas
    pritaeas

    Began Watching flashplayer disaster

    PLEASE ! Can anyone recommend an alternative to Adobe Flashplayer
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in flashplayer disaster

    Oh, I thought you wanted to develop. Unfortunately there's no alternative if you want to view existing flash.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Hi! And what language(s) would you suggest?

    Hello guys! I wanted to introduce myself and ask a little question :) My name is Mark Miller and I'm a 16 years old teen from Lithuania, a small country …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Hi! And what language(s) would you suggest?

    Hello guys! I wanted to introduce myself and ask a little question :) My name is Mark Miller and I'm a 16 years old teen from Lithuania, a small country …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Hi! And what language(s) would you suggest?

    Welcome to DaniWeb.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Assign Multiple Values to a Field and Display it on Web Page

    I created a table in phpmyadmin and i was curious to know if it is possible to assign multiple values to one variable/field in the same table. For example here …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Assign Multiple Values to a Field and Display it on Web Page

    I created a table in phpmyadmin and i was curious to know if it is possible to assign multiple values to one variable/field in the same table. For example here …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Assign Multiple Values to a Field and Display it on Web Page

    > This is what I want: This is probably what you want to show on your site. If you use the two tables Jorge mentioned, that output is easily constructed …
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Remote Desktop Accessing

    Hi, I want to build an application in java, without using ipAddress i should be able to access the Remote System. Please do the needful.
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Remote Desktop Accessing

    Hi, I want to build an application in java, without using ipAddress i should be able to access the Remote System. Please do the needful.
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Remote Desktop Accessing

    > Please do the needful. What do you have so far?
  • Member Avatar for pritaeas
    pritaeas

    Edited Remote Desktop Accessing

    Hi, I want to build an application in java, without using ipAddress i should be able to access the Remote System. Please do the needful.
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Need to track SQL dabase activity

    Guys, please suggest me, how can I set up an audit on SQL server 2008 if I need to track who, when, what and from where changed something on a …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Need to track SQL dabase activity

    Guys, please suggest me, how can I set up an audit on SQL server 2008 if I need to track who, when, what and from where changed something on a …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Need to track SQL dabase activity

    Check out [this article](http://technet.microsoft.com/en-us/library/dd392015(v=sql.100).aspx)
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for pritaeas
    pritaeas

    Began Watching Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …
  • Member Avatar for pritaeas
    pritaeas

    Replied To a Post in Merge two classes

    > merge two classes Can you share your code for both?
  • Member Avatar for pritaeas
    pritaeas

    Stopped Watching Merge two classes

    Hello everyone, i want to make a status bar which will have there Login and Status of the user but i want that to be in one class and when …

The End.