Category

PHP & MySQL 최신 글

3 articles
PHP & MySQL

[PHP] MySQL 데이터베이스 생성하기

[vc_row type="full_width_background" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" top_padding="5%" bottom_padding="13%" id="team" overlay_strength="0.3" shape_divider_position="bottom" bg_image_animation="none" shape_type=""][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_link_target="_self" column_shadow="none" column_border_radius="none" width="1/1" tablet_width_inherit="default" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid" bg_image_animation="none"][vc_column_text]PHP 5 이상은 다음을 사용하여 MySQL 데이터베이스와 작업 할 수 있습니다. MySQLi 확장 (the "i" stands for improved ) PDO (PHP Data Objects) 이전 버전의 PHP는 MySQL 확장을 사용했습니다. 그러나 이 확장 ... <a title="[PHP] MySQL 데이터베이스 생성하기" class="read-more" href="https://gawoori.net/php-mysql-%eb%8d%b0%ec%9d%b4%ed%84%b0%eb%b2%a0%ec%9d%b4%ec%8a%a4-%ec%83%9d%ec%84%b1%ed%95%98%ea%b8%b0/" aria-label="[PHP] MySQL 데이터베이스 생성하기에 대해 더 자세히 알아보세요">더 읽기</a>
237 views
PHP & MySQL

[PHP] MySQL 연결

[vc_row type="full_width_background" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" top_padding="5%" bottom_padding="13%" id="team" overlay_strength="0.3" shape_divider_position="bottom" bg_image_animation="none" shape_type=""][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_link_target="_self" column_shadow="none" column_border_radius="none" width="1/1" tablet_width_inherit="default" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid" bg_image_animation="none"][vc_column_text]PHP 5 이상은 다음을 사용하여 MySQL 데이터베이스와 작업 할 수 있습니다. MySQLi 확장 (the "i" stands for improved ) PDO (PHP Data Objects) 이전 버전의 PHP는 MySQL 확장을 사용했습니다. 그러나 이 확장 ... <a title="[PHP] MySQL 연결" class="read-more" href="https://gawoori.net/php-mysql-%ec%97%b0%ea%b2%b0/" aria-label="[PHP] MySQL 연결에 대해 더 자세히 알아보세요">더 읽기</a>
227 views
PHP & MySQL

[PHP] MySQL 데이터베이스

[vc_row type="full_width_background" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" top_padding="5%" bottom_padding="13%" id="team" overlay_strength="0.3" shape_divider_position="bottom" bg_image_animation="none" shape_type=""][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_link_target="_self" column_shadow="none" column_border_radius="none" width="1/1" tablet_width_inherit="default" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid" bg_image_animation="none"][vc_column_text]PHP를 사용하면 데이터베이스에 연결하고 데이터베이스를 조작 할 수 있습니다. MySQL은 PHP에서 가장 많이 사용되는 데이터베이스 시스템입니다. MySQL이란 무엇입니까? MySQL은 웹에서 사용되는 데이터베이스 시스템입니다. MySQL은 서버에서 실행되는 데이터베이스 시스템입니다. MySQL은 ... <a title="[PHP] MySQL 데이터베이스" class="read-more" href="https://gawoori.net/php-mysql-%eb%8d%b0%ec%9d%b4%ed%84%b0%eb%b2%a0%ec%9d%b4%ec%8a%a4/" aria-label="[PHP] MySQL 데이터베이스에 대해 더 자세히 알아보세요">더 읽기</a>
254 views