Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for pink_zippy_123

Hi, I'm attempting to rename .tql files within a directory tree to .sql. I'm currently trying to use this in windows command line: [code] for /R %f in (*.*) do REN *.tql *.sql [/code] this for some reason i can't work out, it is not recursively going down the directory …

Member Avatar for daniel.bonetti
0
480
Member Avatar for pink_zippy_123

Hi, Basically I am quite new to php but am currently connecting to a database and am trying to send data from one web page to another using the information selected in a hyperlink. The first web page contains a table populated will all options within the database e.g. if …

Member Avatar for digital-ether
0
1K
Member Avatar for pink_zippy_123

Hi, I am currently trying to write some sql that includes a where clause to limit responses but will leave blanks where there is no match. I will include the code so its easier to understand: SELECT DISTINCT teacher.teachername, student.studentname, results.grade FROM teacher INNER JOIN student ON teacher.teachername = student.teachername …

Member Avatar for cfAllie
0
82