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.

Member Avatar for cobberas

Can anyone tell me how to deal with apostrophes in search fields? I have the following search page: (sorry for the length of code; I thought it best to post the whole page) [CODE]<?PHP session_start(); require_once $_SERVER['DOCUMENT_ROOT'] . "/_dev/_includes/general.php"; require_once $_SERVER['DOCUMENT_ROOT'] . "/_dev/_includes/case.php"; require_once $_SERVER['DOCUMENT_ROOT'] . '/_dev/_includes/court.php'; require_once $_SERVER['DOCUMENT_ROOT'] . …

Member Avatar for pritaeas
0
244
Member Avatar for cobberas

I'm not sure if this is the right forum for this discussion, but anyhow here goes... The September issue of DaniWeb Digest mentions [URL="http://www.fullsail.edu/degrees/web-design-development-bachelors"]Full Sail University’s Web Design and Development Bachelor's Degree Program Online[/URL]. I'm curious - what do DaniWeb people think of this course? Can it really "teach you …

Member Avatar for Dani
0
227
Member Avatar for cobberas

I'm developing an ASP.net website in which I have to allow users to log into someone else's PHP website. On my ASP.net homepage and interior pages I have two text boxes - one for Username and another for Password, and a button for submitting the data. What's the code for …

Member Avatar for cobberas
0
593
Member Avatar for cobberas

Hi folks I have several JPEG thumbnail images in a database and need to select particular ones, stitch them together and post them into single cell in the table on a website. I've created the following query: [CODE]SELECT s.Set_Code, t.Mimetype, GROUP_CONCAT(t.Image SEPARATOR '<&nbsp\;>') AS 'Image' FROM Thumbnails t INNER JOIN …

Member Avatar for cobberas
0
997
Member Avatar for cobberas

Hi all I'm trying to make up records of publications, in the following format: [author1] [author2] [author3] [title] [journal] So I've created 3 tables: [B]Papers[/B] paper_id (PK) title journal [B]Authors[/B] author_id (PK) surname [B]Paper_Author[/B] paper_id (PK) author_id (PK) rank When I run the query [CODE]SELECT surname, title, journal FROM authors …

Member Avatar for cobberas
0
80
Member Avatar for cobberas

Hi all I'm getting different image resizing by different browsers when I resize the browser window: with Mozilla the images (photos) resize with the window size and all is good; with IE7 the images remain the same size regardless of window size, so they end up way too big in …

Member Avatar for MidiMagic
0
130
Member Avatar for cobberas

Hi all I finished a Graduate Diploma in Computing last year - with majors in programming (VB6 and Java) and database management (Oracle 9i, SQL) and haven't been able to get IT work because of not having professional IT experience. There are lots of IT jobs around but everyone wants …

Member Avatar for Bspears
0
155
Member Avatar for cebubinary

HI guys. Im a student and studying c++ that and cmd and so far i stil havent figure out how to change my current dir while my program is running. My program is that i want to make a test.txt file with a "my test file" inside it , in …

Member Avatar for Nick Evan
0
248
Member Avatar for cobberas

I'm an Aussie teaching myself C++ using Stephen Prata's C++ Primer Plus, 5th ed. Great book BTW. I've dabbled in a bit of VB & Java so far & settled on mastering C++. So here goes... Cheers cobberas

Member Avatar for november_pooh
0
44
Member Avatar for cobberas

Hi all I'm trying to create a dynamic array of structures and have come across the following code but I can't figure out how some of it works: (incidentally this is from Prata's book C++ Primer Plus, Ch4, Ex.9) [code=syntax] #include <iostream> using namespace std; int main() { //structure declaration …

Member Avatar for vmanes
0
233